Flow123d  JS_before_hm-981-g3f34df1
Public Member Functions | Private Attributes | List of all members
Armor::Array< Type >::ArrayMatSet Class Reference

#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>
ArrayMatSetoperator= (const ArmaMat< Type, nr, nc > &arma_x)
 
template<long long unsigned int nr>
ArrayMatSetoperator= (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_
 

Detailed Description

template<class Type>
class Armor::Array< Type >::ArrayMatSet

Definition at line 599 of file armor.hh.

Constructor & Destructor Documentation

template<class Type>
Armor::Array< Type >::ArrayMatSet::ArrayMatSet ( Type *  ptr,
uint  n_rows,
uint  n_cols 
)
inline

Definition at line 603 of file armor.hh.

Here is the caller graph for this function:

Member Function Documentation

template<class Type>
template<uint nr, uint nc>
void Armor::Array< Type >::ArrayMatSet::copy ( const Type *  other_ptr)
inline

Definition at line 635 of file armor.hh.

template<class Type>
template<long long unsigned int nr, long long unsigned int nc>
ArrayMatSet& Armor::Array< Type >::ArrayMatSet::operator= ( const ArmaMat< Type, nr, nc > &  arma_x)
inline

Definition at line 616 of file armor.hh.

template<class Type>
template<long long unsigned int nr>
ArrayMatSet& Armor::Array< Type >::ArrayMatSet::operator= ( const ArmaVec< Type, nr > &  arma_x)
inline

Definition at line 625 of file armor.hh.

Member Data Documentation

template<class Type>
uint Armor::Array< Type >::ArrayMatSet::n_cols_
private

Definition at line 601 of file armor.hh.

template<class Type>
uint Armor::Array< Type >::ArrayMatSet::n_rows_
private

Definition at line 601 of file armor.hh.

template<class Type>
Type* Armor::Array< Type >::ArrayMatSet::ptr_
private

Definition at line 600 of file armor.hh.


The documentation for this class was generated from the following file: