![]() |
Object-oriented Scientific Computing Library: Version 0.910
|
Rank 2 tensor_old with a grid.
#include <tensor_old.h>
Definition at line 1007 of file tensor_old.h.
Public Member Functions | |
tensor_old_grid1 () | |
Create an empty tensor_old. | |
tensor_old_grid1 (size_t sz) | |
Create a rank 2 tensor_old of size (sz,sz2,sz3) | |
double & | get (size_t ix1) |
Get the element indexed by (ix1) | |
const double & | get (size_t ix1) const |
Get the element indexed by (ix1) | |
void | set (size_t ix1, double val) |
Set the element indexed by (ix1) to value val . | |
double | interp (double x) |
Interpolate x and return the results. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).