FreePOOMA  2.4.1
Files
Primitive objects (Vector, Matrix, Tensor)
Data object and container classes

Tiny classes - Vector, TinyMatrix and Tensor. More...

Collaboration diagram for Primitive objects (Vector, Matrix, Tensor):

Files

file  BinaryTensorOp.h
 

An engine class for representing the sum, product, etc.


file  BinaryTinyMatrixOp.h
 

An engine class for representing the sum, product, etc.


file  BinaryVectorOp.h
 

An engine class for representing the sum, product etc between two vectors.


file  One.h
 

A numeric class for a number that is always one.


file  Tiny/Reductions.h
 

General global reduction functions.


file  Tensor.h
 

An interface class for an N-dimensional tensor of numeric objects, and engines class for defining a general tensor, using Full and Antisymmetric engine tag classes.


file  TinyMatrix.h
 

An interface class for an N-dimensional TinyMatrix of numeric objects, and an engine class for defining a general TinyMatrix.


file  Vector.h
 

An interface class for an N-dimensional vector of numeric objects, and an engine class for defining a general vector.


file  Zero.h
 

A numeric class for a number that is always zero.



Detailed Description

Tiny classes - Vector, TinyMatrix and Tensor.

These can be used as data types apart from builtin scalar types for Array and Field containers.