My Project
Public Member Functions | Public Attributes | List of all members
MatrixVector::mat::Loader Class Reference

Inspired from Eigen Lib. More...

#include <AronLib.h>

Public Member Functions

 Loader (mat &m, int ix)
 
Loader operator, (float x)
 

Public Attributes

matm
 
int ix
 

Detailed Description

Inspired from Eigen Lib.

mat m(2, 3);
m << 1, 2, 3,
4, 5, 6;

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