Flow123d
master-f44eb46
|
#include <armor.hh>
Public Member Functions | |
ArrayMatSet (Type *ptr, uint n_rows, uint n_cols, uint reserved) | |
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) |
ArrayMatSet & | operator= (const Type &arma_x) |
template<uint nr, uint nc> | |
void | copy (const Type *other_ptr) |
Private Attributes | |
Type * | ptr_ |
uint | n_rows_ |
uint | n_cols_ |
uint | reserved_ |
Reserved size of Armor::Array. More... | |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |
Reserved size of Armor::Array.