![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
used to store the "gradient of gradient" More...
#include <BlendFunc_Tensor.hxx>
Public Member Functions | |
| BlendFunc_Tensor (const int NbRow, const int NbCol, const int NbMat) | |
| void | Init (const double InitialValue) |
| Initialize all the elements of a Tensor to InitialValue. | |
| const double & | Value (const int Row, const int Col, const int 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 double & | operator() (const int Row, const int Col, const int Mat) const |
| double & | ChangeValue (const int Row, const int Col, const int 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. | |
| double & | operator() (const int Row, const int Col, const int Mat) |
| void | Multiply (const math_Vector &Right, math_Matrix &Product) const |
used to store the "gradient of gradient"
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.
Initialize all the elements of a Tensor to InitialValue.
| void BlendFunc_Tensor::Multiply | ( | const math_Vector & | Right, |
| math_Matrix & | Product ) const |
|
inline |
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.