Object-oriented Scientific Computing Library: Version 0.910
Public Member Functions
tensor_old_grid2 Class Reference

Rank 2 tensor_old with a grid.

#include <tensor_old.h>

Inheritance diagram for tensor_old_grid2:
tensor_old_grid tensor_old

Detailed Description

Definition at line 1116 of file tensor_old.h.

Public Member Functions

 tensor_old_grid2 ()
 Create an empty tensor_old.
 tensor_old_grid2 (size_t sz, size_t sz2)
 Create a rank 2 tensor_old of size (sz,sz2)
double & get (size_t ix1, size_t ix2)
 Get the element indexed by (ix1,ix2)
const double & get (size_t ix1, size_t ix2) const
 Get the element indexed by (ix1,ix2)
void set (size_t ix1, size_t ix2, double val)
 Set the element indexed by (ix1,ix2) to value val.
double interp (double x, double y)
 Interpolate (x,y) and return the results.

The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).

Get Object-oriented Scientific Computing
Lib at SourceForge.net. Fast, secure and Free Open Source software
downloads.