Flow123d
JS_before_hm-887-g601087d
|
#include <armor.hh>
Public Member Functions | |
ArrayMatSet (Type *ptr, uint n_rows, uint n_cols) | |
template<long long unsigned int nr, long long unsigned int nc> | |
ArrayMatSet & | operator= (const ArmaMat< Type, nr, nc > &arma_x) |
template<long long unsigned int nr> | |
ArrayMatSet & | operator= (const ArmaVec< Type, nr > &arma_x) |
template<uint nr, uint nc> | |
void | copy (const Type *other_ptr) |
Private Attributes | |
Type * | ptr_ |
uint | n_rows_ |
uint | n_cols_ |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |