|
| RowVector (Noinit ini) |
|
| RowVector (Init ini=INIT, const AT &a=0) |
|
| RowVector (int n, Noinit ini) |
|
| RowVector (int n, Init ini=INIT, const AT &a=0) |
|
| RowVector (const char *str) |
| String Constructor. More...
|
|
template<class Col > |
| RowVector (const RowVector< Col, AT > &A) |
| Copy Constructor. More...
|
|
template<class Type , class Row , class Col > |
| RowVector (const Matrix< Type, Row, Col, AT > &A) |
| Copy Constructor. More...
|
|
AT & | operator() (int i) |
| Element operator. More...
|
|
const AT & | operator() (int i) const |
| Element operator. More...
|
|
AT & | e (int i) |
|
const AT & | e (int i) const |
| Element operator. More...
|
|
RowVector< Fixed< N >, AT > & | init (const AT &a=0) |
| Initialization. More...
|
|
RowVector< Fixed< N >, AT > & | init (Init, const AT &a=0) |
|
RowVector< Fixed< N >, AT > & | init (Noinit, const AT &a=0) |
|
int | size () const |
| Size. More...
|
|
int | inc () const |
| Increment. More...
|
|
const Vector< Fixed< N >, AT > | T () const |
|
AT & | operator() (int i, int j) |
| Standard constructor. More...
|
|
const AT & | operator() (int i, int j) const |
| Element operator. More...
|
|
AT & | e (int i, int j) |
|
const AT & | e (int i, int j) const |
|
int | rows () const |
| Number of rows. More...
|
|
int | cols () const |
| Number of columns. More...
|
|
| operator std::vector< std::vector< AT > > () |
| Cast to std::vector<std::vector<AT> >. More...
|
|
template<int N, class AT>
class fmatvec::RowVector< Fixed< N >, AT >
This is a rowvector class of general shape in dense storage format.
Template class RowVector of type General,Fixed<1>,Fixed<N>,id. shape is general and storage form is dense. The template parameter AT defines the atomic type of the rowvector. Valid types are int, float, double, complex<float> and complex<double>