#include <BigMatrix.h>
Public Member Functions | |
RowVector_ () | |
RowVector_ (const RowVector_ &src) | |
RowVector_ & | operator= (const RowVector_ &src) |
RowVector_ (const Base &src) | |
RowVector_ (int n) | |
RowVector_ (int n, const ELT *initVals) | |
RowVector_ (int n, const ELT &ival) | |
RowVector_ (int n, const S *s, bool) | |
RowVector_ (int n, S *s, bool) | |
template<int M> | |
RowVector_ (const Row< M, ELT > &v) | |
Convert a Row to a RowVector_. | |
RowVector_ & | operator= (const ELT &v) |
template<class EE> | |
RowVector_ & | operator= (const RowVectorBase< EE > &b) |
template<class EE> | |
RowVector_ & | operator+= (const RowVectorBase< EE > &b) |
template<class EE> | |
RowVector_ & | operator-= (const RowVectorBase< EE > &b) |
RowVector_ & | operator*= (const StdNumber &t) |
RowVector_ & | operator/= (const StdNumber &t) |
RowVector_ & | operator+= (const ELT &b) |
RowVector_ & | operator-= (const ELT &b) |
RowVector_ | ( | ) | [inline] |
RowVector_ | ( | const RowVector_< ELT > & | src | ) | [inline] |
RowVector_ | ( | const Base & | src | ) | [inline, explicit] |
RowVector_ | ( | int | n | ) | [inline, explicit] |
RowVector_ | ( | int | n, | |
const ELT * | initVals | |||
) | [inline] |
RowVector_ | ( | int | n, | |
const ELT & | ival | |||
) | [inline] |
RowVector_ | ( | int | n, | |
const S * | s, | |||
bool | ||||
) | [inline] |
RowVector_ | ( | int | n, | |
S * | s, | |||
bool | ||||
) | [inline] |
RowVector_ | ( | const Row< M, ELT > & | v | ) | [inline, explicit] |
RowVector_& operator= | ( | const RowVector_< ELT > & | src | ) | [inline] |
RowVector_& operator= | ( | const ELT & | v | ) | [inline] |
Reimplemented from RowVectorBase.
RowVector_& operator= | ( | const RowVectorBase< EE > & | b | ) | [inline] |
Reimplemented from RowVectorBase.
RowVector_& operator+= | ( | const RowVectorBase< EE > & | b | ) | [inline] |
Reimplemented from RowVectorBase.
RowVector_& operator-= | ( | const RowVectorBase< EE > & | b | ) | [inline] |
Reimplemented from RowVectorBase.
RowVector_& operator*= | ( | const StdNumber & | t | ) | [inline] |
Reimplemented from RowVectorBase.
RowVector_& operator/= | ( | const StdNumber & | t | ) | [inline] |
Reimplemented from RowVectorBase.
RowVector_& operator+= | ( | const ELT & | b | ) | [inline] |
References MatrixBase::elementwiseAddScalarInPlace().
RowVector_& operator-= | ( | const ELT & | b | ) | [inline] |
References MatrixBase::elementwiseSubtractScalarInPlace().