|
This is the complete list of members for Vector< T >, including all inherited members.
begin() (defined in Matrix< double >) | Matrix< double > | inline |
begin() const (defined in Matrix< double >) | Matrix< double > | inline |
end() (defined in Matrix< double >) | Matrix< double > | inline |
end() const (defined in Matrix< double >) | Matrix< double > | inline |
fill(const double &x) | Matrix< double > | inline |
getColumns() const (defined in Matrix< double >) | Matrix< double > | inlinevirtual |
getRows() const (defined in Matrix< double >) | Matrix< double > | inlinevirtual |
getSize() const (defined in Matrix< double >) | Matrix< double > | inline |
innerProduct(Vector< T2 > &src) (defined in Vector< T >) | Vector< T > | inline |
inverse(Matrix< T2 > &dst) | Matrix< double > | |
inverse3(Matrix< T2 > &dst) | Matrix< double > | |
Matrix(size_t rows=0, size_t columns=0) (defined in Matrix< double >) | Matrix< double > | inline |
Matrix(const Matrix &m) (defined in Matrix< double >) | Matrix< double > | inline |
multiply(const Matrix< T2 > &src2, Matrix< T3 > &dst) (defined in Matrix< double >) | Matrix< double > | |
operator std::vector< double > &() const (defined in Matrix< double >) | Matrix< double > | inline |
operator()(const size_t &i) (defined in Matrix< double >) | Matrix< double > | inline |
operator()(const size_t &i) const (defined in Matrix< double >) | Matrix< double > | inline |
operator()(const size_t &i, const size_t &j) (defined in Matrix< double >) | Matrix< double > | inline |
operator()(const size_t &i, const size_t &j) const (defined in Matrix< double >) | Matrix< double > | inline |
operator=(const std::vector< T2 > &v) (defined in Vector< T >) | Vector< T > | inline |
setSize(size_t rows, size_t columns) (defined in Matrix< double >) | Matrix< double > | inlinevirtual |
transpose(Matrix< double > &dst) (defined in Matrix< double >) | Matrix< double > | |
Vector(size_t size=0, bool vertical=true) (defined in Vector< T >) | Vector< T > | inline |
Vector(const Vector< T > &v) (defined in Vector< T >) | Vector< T > | inline |
vertical (defined in Vector< T >) | Vector< T > | protected |
~Matrix() (defined in Matrix< double >) | Matrix< double > | inline |