#include <plain-matrix.h>
|
| | PlainMatrix () |
| |
| | PlainMatrix (const MatrixDomain &D, Index m, Index n) |
| |
| | PlainMatrix (const PlainMatrix &A) |
| |
| void | init (const MatrixDomain &D, Index m, Index n) |
| |
| PlainMatrix & | operator= (const PlainMatrix &A) |
| |
| std::istream & | read (std::istream &is) |
| |
| Index | rowdim () const |
| |
| Index | coldim () const |
| |
| const MatrixDomain & | field () const |
| |
| const MatrixDomain & | domain () const |
| |
| Entry & | getEntry (Entry &x, Index i, Index j) const |
| |
| const Entry & | setEntry (Index i, Index j, const Entry &x) |
| |
| void | submatrix (const Self_t &A, Index i, Index j, Index m, Index n) |
| |
| Self_t & | zero () |
| |
| Self_t & | random () |
| |
| std::ostream & | write (std::ostream &os) const |
| |
| Self_t & | copy (const Self_t &B) |
| |
| void | submatrix (const Self_t &A, Index i, Index j, Index m, Index n) |
| |
| Self_t & | identity () |
| |
| Self_t & | identity () |
| |
| Self_t & | copy (const Self_t &B) |
| |
◆ Self_t
◆ Father_t
◆ MatrixDomain
◆ Index
◆ Entry
◆ PlainMatrix() [1/3]
◆ PlainMatrix() [2/3]
◆ PlainMatrix() [3/3]
◆ init()
◆ operator=()
◆ read()
template<class Domain_>
| std::istream & read |
( |
std::istream & | is | ) |
|
|
inline |
◆ rowdim()
◆ coldim()
◆ field()
◆ domain()
◆ getEntry()
◆ setEntry()
◆ submatrix() [1/2]
◆ zero()
◆ random()
◆ write()
template<class Domain_>
| std::ostream & write |
( |
std::ostream & | os | ) |
const |
|
inline |
◆ copy() [1/2]
◆ submatrix() [2/2]
◆ identity() [1/2]
◆ identity() [2/2]
◆ copy() [2/2]
◆ domain_
◆ rep_
◆ rows_
◆ cols_
◆ row_stride_
The documentation for this class was generated from the following file: