In file matrix.hpp:template<int H, int W = H, typename T = double> class Mat
A matrix of fixed size.
Documentation
A matrix of fixed size.
Useful as entry type in system matrices,...
Inheritance:
Public Methods
-
Mat()
- do not initialize
-
Mat(const Mat & m)
- copy matrix
-
template<typename TB> Mat(const Expr<TB> & m)
- assign values
-
explicit Mat(TSCAL s)
- fill with scalar
-
template<typename TB> Mat& operator= (const Expr<TB> & m)
- assign values
-
Mat& operator= (const Mat & m)
- copy matrix
-
Mat& operator= (TSCAL s)
- fill values
-
TELEM& operator() (int i)
-
TELEM& operator() (int i, int j)
-
const TELEM& operator() (int i) const
-
const TELEM& operator() (int i, int j) const
-
int Height() const
- the height
-
int Width() const
- the width
Inherited from MatExpr:
Inherited from Expr:
Mat()
- do not initialize
Mat(const Mat & m)
- copy matrix
template<typename TB> Mat(const Expr<TB> & m)
- assign values
explicit Mat(TSCAL s)
- fill with scalar
template<typename TB> Mat& operator= (const Expr<TB> & m)
- assign values
Mat& operator= (const Mat & m)
- copy matrix
Mat& operator= (TSCAL s)
- fill values
TELEM& operator() (int i)
TELEM& operator() (int i, int j)
const TELEM& operator() (int i) const
const TELEM& operator() (int i, int j) const
int Height() const
- the height
int Width() const
- the width
- This class has no child classes.
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.