Rheolef  7.2
an efficient C++ finite element environment
 
Loading...
Searching...
No Matches
vector_vec_trans< T, M >

Detailed Description

template<class T, class M>
struct rheolef::details::vector_vec_trans< T, M >

Definition at line 45 of file csr_concat.h.

Public Member Functions

 vector_vec_trans (const std::vector< vec< T, M > > &w)
 

Public Attributes

std::vector< vec< T, M > > v
 

Constructor & Destructor Documentation

◆ vector_vec_trans()

template<class T , class M >
vector_vec_trans ( const std::vector< vec< T, M > > &  w)

Definition at line 47 of file csr_concat.h.

Member Data Documentation

◆ v

template<class T , class M >
std::vector<vec<T,M> > v

Definition at line 46 of file csr_concat.h.


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