aimsdata  5.1.2
Neuroimaging data handling
tensor.h File Reference
Include dependency graph for tensor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Tensor
 

Functions

AIMSDATA_API int operator== (const Tensor &thing1, const Tensor &thing2)
 
AIMSDATA_API float norm (const Tensor &thing)
 
AIMSDATA_API std::ostream & operator<< (std::ostream &os, const Tensor &thing)
 

Function Documentation

◆ norm()

◆ operator<<()

std::ostream & operator<< ( std::ostream &  os,
const Tensor thing 
)
inline

Definition at line 153 of file tensor.h.

◆ operator==()

int operator== ( const Tensor thing1,
const Tensor thing2 
)
inline

Definition at line 132 of file tensor.h.