TooN::Internal::MatrixFiller< N, R, C, P, B > Struct Template Reference
#include <comma.hh>
List of all members.
Public Member Functions |
| MatrixFiller (Matrix< R, C, P, B > &m_, MatrixFiller< N-1, R, C, P, B > *p, int r_, int c_) |
MatrixFiller< N+1, R, C, P, B > | operator, (const P &p) |
| ~MatrixFiller () |
Public Attributes |
int | c |
Matrix< R, C, P, B > & | m |
MatrixFiller< N-1, R, C, P, B > * | parent |
int | r |
bool | underfill |
Detailed Description
template<int N, int R, int C, class P, class B>
struct TooN::Internal::MatrixFiller< N, R, C, P, B >
Definition at line 58 of file comma.hh.
Constructor & Destructor Documentation
template<int N, int R, int C, class P, class B>
TooN::Internal::MatrixFiller< N, R, C, P, B >::MatrixFiller |
( |
Matrix< R, C, P, B > & |
m_, |
|
|
MatrixFiller< N-1, R, C, P, B > * |
p, |
|
|
int |
r_, |
|
|
int |
c_ | |
|
) |
| | [inline] |
template<int N, int R, int C, class P, class B>
Member Function Documentation
template<int N, int R, int C, class P, class B>
Member Data Documentation
template<int N, int R, int C, class P, class B>
template<int N, int R, int C, class P, class B>
template<int N, int R, int C, class P, class B>
template<int N, int R, int C, class P, class B>
template<int N, int R, int C, class P, class B>
The documentation for this struct was generated from the following file: