Scythe-1.0.3
scythe::all_elements Struct Reference

A convenient marker for vector submatrix access. More...

#include <scythestat/defs.h>


Detailed Description

A convenient marker for vector submatrix access.

Passing an all_elements object to a two-argument Matrix submatrix method allows the caller to access a full vector submatrix. We further define an instance of all_elements named "_" in the scythe namespace to allow users to easily reference entire vectors within matrices.

See also:
Matrix::operator()(const all_elements, uint)
Matrix::operator()(const all_elements, uint) const
Matrix::operator()(uint, const all_elements)
Matrix::operator()(uint, const all_elements) const

The documentation for this struct was generated from the following file: