, including all inherited members.
Base_t typedef (defined in Eagle::Matrix) | Eagle::Matrix | |
cols enum value (defined in Eagle::Matrix) | Eagle::Matrix | |
column(int i) const | Eagle::Matrix | [inline] |
columns enum value (defined in Eagle::Matrix) | Eagle::Matrix | |
fixed_array() | Eagle::Vector< Value, R *C > | [inline] |
fixed_array() const | Eagle::Vector< Value, R *C > | [inline] |
FixedArray_t typedef | Eagle::Vector< Value, R *C > | |
getElement(int element) (defined in Eagle::Matrix) | Eagle::Matrix | [inline] |
getElement(int element) const (defined in Eagle::Matrix) | Eagle::Matrix | [inline] |
matrix() const | Eagle::Matrix | [inline] |
matrix() (defined in Eagle::Matrix) | Eagle::Matrix | [inline] |
Matrix() | Eagle::Matrix | [inline] |
Matrix(const Matrix &M) | Eagle::Matrix | [inline] |
Matrix(const Base_t &V) | Eagle::Matrix | [inline, explicit] |
Matrix(const Matrix &A, const Value &V, const Operator<'*'> &M) | Eagle::Matrix | [inline] |
Matrix(const Value &V, const Matrix &A, const Operator<'*'> &M) | Eagle::Matrix | [inline] |
Matrix(const Matrix &A, const Value &V, const Operator<'/'> &Op) | Eagle::Matrix | [inline] |
Matrix(const Matrix &A, const Matrix &B, const Operator<'+'> &Op) | Eagle::Matrix | [inline] |
Matrix(const Matrix &A, const Matrix &B, const Operator<'-'> &Op) | Eagle::Matrix | [inline] |
Matrix(const FixedArray< AType, R *C > &l, const FixedArray< BType, R *C > &r, const Operator< CompType > &Op) | Eagle::Matrix | [inline] |
Matrix(const FixedArray< Type, R *C > &Data) | Eagle::Matrix | [inline, explicit] |
Matrix(const FixedArray< ValueType, R > &l, const Operator< CompType > &Op, const Value &scalar) | Eagle::Matrix | [inline] |
Matrix(const Operator< CompType > &Op, const Value &scalar, const FixedArray< ValueType, R > &l) | Eagle::Matrix | [inline] |
Matrix(const Matrix &A, const Operator<'-'> &Op) | Eagle::Matrix | [inline] |
Matrix(const Matrix< R, M, ValueA > &A, const Matrix< M, C, ValueB > &B, const Operator<'*'> &) | Eagle::Matrix | [inline] |
Matrix(const Matrix< R, M, ValueA > &A, const Matrix< C, M, ValueB > &B, const Operator<'*','~'> &) | Eagle::Matrix | [inline] |
Matrix(const Matrix< R, M, Value > &A, const Matrix< C, M, Value > &B, const Mult &, const TransposeOperation &) | Eagle::Matrix | [inline] |
Matrix(const Matrix< M, R, Value > &A, const Matrix< M, C, Value > &B, const TransposeOperation &, const Mult &) | Eagle::Matrix | [inline] |
Matrix(const Matrix< R, C, Value > &A, const LowerTriangular< C, Value > &B, const Mult &) | Eagle::Matrix | [inline] |
Matrix(const Matrix< C, R, Value > &A, const LowerTriangular< C, Value > &B, const TransposeOperation &, const Mult &) | Eagle::Matrix | [inline] |
matrix_mult(const Matrix< R, M, ValueA > &A, const Matrix< M, C, ValueB > &B) | Eagle::Matrix | [friend] |
matrix_mult_transp(const Matrix< R, M, ValueA > &A, const Matrix< C, M, ValueB > &B) | Eagle::Matrix | [friend] |
Matrix_t typedef | Eagle::Matrix | |
matrix_transform (defined in Eagle::Matrix) | Eagle::Matrix | [friend] |
Mult typedef | Eagle::Matrix | |
operator()(int row, int column) | Eagle::Matrix | [inline] |
operator()(int row, int column) const | Eagle::Matrix | [inline] |
operator* (defined in Eagle::Matrix) | Eagle::Matrix | [friend] |
operator* (defined in Eagle::Matrix) | Eagle::Matrix | [friend] |
operator*(const Matrix< R, M, Value > &A, const Matrix< M, C, Value > &B) | Eagle::Matrix | [friend] |
Vector< Value, R *C >::operator*(const Vector &A, const scalar &V) | Eagle::Vector< Value, R *C > | [friend] |
Vector< Value, R *C >::operator*(const scalar &V, const Vector &A) | Eagle::Vector< Value, R *C > | [friend] |
operator*=(const T &value) | Eagle::Vector< Value, R *C > | [inline] |
operator+(const Matrix &A, const Matrix &B) | Eagle::Matrix | [friend] |
Vector< Value, R *C >::operator+(const Vector &A, const Vector &B) | Eagle::Vector< Value, R *C > | [friend] |
operator+=(const Vector &v) | Eagle::Vector< Value, R *C > | [inline] |
operator-(const Vector &A, const Vector &B) | Eagle::Vector< Value, R *C > | [friend] |
operator-() const | Eagle::Vector< Value, R *C > | [inline] |
operator-=(const Vector &v) | Eagle::Vector< Value, R *C > | [inline] |
operator/(const Vector &A, const scalar &V) | Eagle::Vector< Value, R *C > | [friend] |
operator/=(const T &value) | Eagle::Vector< Value, R *C > | [inline] |
operator<<(std::ostream &os, const Vector &v) | Eagle::Vector< Value, R *C > | [friend] |
operator=(const Vector &src) | Eagle::Vector< Value, R *C > | [inline] |
operator=(const scalar &x) | Eagle::Vector< Value, R *C > | [inline] |
operator[](int column) const | Eagle::Matrix | [inline] |
operator[](int column) | Eagle::Matrix | [inline] |
row(int column) | Eagle::Matrix | [inline] |
row(int column) const | Eagle::Matrix | [inline] |
rows enum value (defined in Eagle::Matrix) | Eagle::Matrix | |
set(const V &value) | Eagle::Vector< Value, R *C > | [inline] |
SIZE enum value (defined in Eagle::Vector< Value, R *C >) | Eagle::Vector< Value, R *C > | |
subvec() (defined in Eagle::Vector< Value, R *C >) | Eagle::Vector< Value, R *C > | [inline] |
subvec() const (defined in Eagle::Vector< Value, R *C >) | Eagle::Vector< Value, R *C > | [inline] |
TransposeOperation typedef | Eagle::Matrix | |
upcast(FixedArray_t &F) (defined in Eagle::Vector< Value, R *C >) | Eagle::Vector< Value, R *C > | [inline, static] |
upcast(const FixedArray_t &F) (defined in Eagle::Vector< Value, R *C >) | Eagle::Vector< Value, R *C > | [inline, static] |
value_type typedef (defined in Eagle::Matrix) | Eagle::Matrix | |
Vector() | Eagle::Vector< Value, R *C > | [inline] |
Vector(const Vector &v) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const FixedArray_t &v) | Eagle::Vector< Value, R *C > | [inline, explicit] |
Vector(const Vector< InputType, SIZE > &V) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const T &a) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const T &a, const T &b) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const T &a, const T &b, const T &c) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const T &a, const T &b, const T &c, const T &d) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const Indicable &I, const AnyType &) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const Vector &l, const Vector &r, const Operator< CompType > &) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const FixedArray< AType, n > &l, const FixedArray< BType, n > &r, const Operator< CompType > &Op) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const FixedArray< AType, n > &l, const Operator< CompType > &, const ScalarType &scalar) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const Operator< CompType > &, const ScalarType &scalar, const FixedArray< AType, n > &v) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const Vector &v, const Operator<'-'> &) | Eagle::Vector< Value, R *C > | [inline] |
Vector(const Vector &NV, const Sub &, const Sub &) | Eagle::Vector< Value, R *C > | [inline] |
Vector_t typedef (defined in Eagle::Vector< Value, R *C >) | Eagle::Vector< Value, R *C > | |
vvec() (defined in Eagle::Matrix) | Eagle::Matrix | [inline] |
vvec() const (defined in Eagle::Matrix) | Eagle::Matrix | [inline] |