Header file for class Array2D. More...
#include "ct_defs.h"
#include <cmath>
#include <iostream>
#include <fstream>
#include <vector>
#include <map>
#include <numeric>
#include <string>
#include <algorithm>
#include <exception>
#include "ct_defs.h"
Go to the source code of this file.
Classes | |
class | Array2D |
A class for 2D arrays stored in column-major (Fortran-compatible) form. More... | |
Namespaces | |
namespace | Cantera |
Namespace for the Cantera kernel. | |
Functions | |
std::ostream & | operator<< (std::ostream &s, const Array2D &m) |
Output the current contents of the Array2D object. | |
void | operator*= (Array2D &m, doublereal a) |
Overload the times equals operator for multiplication of a matrix and a scalar. | |
void | operator+= (Array2D &x, const Array2D &y) |
Overload the plus equals operator for addition of one matrix with another. |
Header file for class Array2D.
Definition in file Array.h.