SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Tensor.h File Reference

Symmetric, positive definite tensors (diffusion, conductivity) More...

#include <Core/Utils/Legacy/TypeDescription.h>
#include <Core/Utils/Legacy/Assert.h>
#include <Core/Containers/Array1.h>
#include <Core/GeometryPrimitives/Vector.h>
#include <Core/GeometryPrimitives/share.h>
#include <string>
#include <iosfwd>
#include <vector>

Go to the source code of this file.

Classes

class  Tensor
 

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::Core
 
 SCIRun::Core::Geometry
 

Functions

SCISHARE void Pio (Piostream &, Tensor &)
 
bool operator< (Tensor t1, Tensor t2)
 
bool operator<= (Tensor t1, Tensor t2)
 
bool operator> (Tensor t1, Tensor t2)
 
bool operator>= (Tensor t1, Tensor t2)
 
Tensor operator* (double d, const Tensor &t)
 
SCISHARE std::ostream & operator<< (std::ostream &os, const Tensor &t)
 
SCISHARE std::istream & operator>> (std::istream &os, Tensor &t)
 
SCISHARE const TypeDescriptionget_type_description (Tensor *)
 

Detailed Description

Symmetric, positive definite tensors (diffusion, conductivity)

Author
David Weinstein Department of Computer Science University of Utah
Date
March 2001