used to store the "gradient of gradient"
#include <GeomFill_Tensor.hxx>
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| | GeomFill_Tensor (const Standard_Integer NbRow, const Standard_Integer NbCol, const Standard_Integer NbMat) |
| void | Init (const Standard_Real InitialValue) |
| | Initialize all the elements of a Tensor to InitialValue.
|
| const Standard_Real & | Value (const Standard_Integer Row, const Standard_Integer Col, const Standard_Integer Mat) const |
| | accesses (in read or write mode) the value of index <Row>,
<Col> and <Mat> of a Tensor.
An exception is raised if <Row>, <Col> or <Mat> are not
in the correct range.
|
| const Standard_Real & | operator() (const Standard_Integer Row, const Standard_Integer Col, const Standard_Integer Mat) const |
| Standard_Real & | ChangeValue (const Standard_Integer Row, const Standard_Integer Col, const Standard_Integer Mat) |
| | accesses (in read or write mode) the value of index <Row>,
<Col> and <Mat> of a Tensor.
An exception is raised if <Row>, <Col> or <Mat> are not
in the correct range.
|
| Standard_Real & | operator() (const Standard_Integer Row, const Standard_Integer Col, const Standard_Integer Mat) |
| void | Multiply (const math_Vector &Right, math_Matrix &Product) const |
Constructor & Destructor Documentation
Member Function Documentation
| void GeomFill_Tensor::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| void* GeomFill_Tensor::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void* GeomFill_Tensor::operator new |
( |
size_t |
size | ) |
[inline] |
The documentation for this class was generated from the following file: