amino  1.0-beta2
Lightweight Robot Utility Library
mat.py File Reference

Vectors and Matrices. More...

Go to the source code of this file.

Classes

class  amino.mat.DVec
 Vector of double floats. More...
 
class  amino.mat.DMat
 Matrix of double floats. More...
 

Variables

int amino.mat.CBLAS_NO_TRANS = 111
 
int amino.mat.CBLAS_TRANS = 112
 
int amino.mat.CBLAS_CONJ_TRANS = 113
 
 amino.mat.argtypes
 Blas 1.
 
 amino.mat.restype
 

Detailed Description

Vectors and Matrices.

Vectors and Matrices

Definition in file mat.py.