#include <linalg.h>
Public Types | |
typedef mtl::matrix< _Tp, mtl::rectangle <>, mtl::compressed <>, mtl::column_major >::type | _Base |
typedef _Base::OneD | Col |
Public Member Functions | |
c_matrix () | |
c_matrix (const _Self &__m) | |
c_matrix (const size_t &n, const size_t &m) | |
void | setOutputFormat (const linalg_output_format &f) |
const linalg_output_format & | getOutputFormat () const |
_Self & | operator+= (const _Self &a) |
_Self & | operator*= (_Tp a) |
bool | operator== (const _Self &a) const |
bool | operator!= (const _Self &a) const |
Protected Attributes | |
linalg_output_format | output_format |
Friends | |
template<typename _Tq > | |
std::ostream & | std::operator<< (std::ostream &s, const c_matrix< _Tq > &A) |
Definition at line 439 of file linalg.h.
typedef mtl::matrix<_Tp, mtl::rectangle<>, mtl::compressed<>, mtl::column_major>::type linalg::c_matrix< _Tp >::_Base |
typedef _Base::OneD linalg::c_matrix< _Tp >::Col |
linalg::c_matrix< _Tp >::c_matrix | ( | ) | [inline] |
linalg::c_matrix< _Tp >::c_matrix | ( | const _Self & | __m | ) | [inline] |
linalg::c_matrix< _Tp >::c_matrix | ( | const size_t & | n, | |
const size_t & | m | |||
) | [inline] |
const linalg_output_format& linalg::c_matrix< _Tp >::getOutputFormat | ( | ) | const [inline] |
bool linalg::c_matrix< _Tp >::operator!= | ( | const _Self & | a | ) | const |
Standard comparison operator.
_Self& linalg::c_matrix< _Tp >::operator*= | ( | _Tp | a | ) | [inline] |
_Self& linalg::c_matrix< _Tp >::operator+= | ( | const _Self & | a | ) | [inline] |
bool linalg::c_matrix< _Tp >::operator== | ( | const _Self & | a | ) | const |
Standard comparison operator.
void linalg::c_matrix< _Tp >::setOutputFormat | ( | const linalg_output_format & | f | ) | [inline] |
std::ostream& std::operator<< | ( | std::ostream & | s, | |
const c_matrix< _Tq > & | A | |||
) | [friend] |
linalg_output_format linalg::c_matrix< _Tp >::output_format [protected] |