Cantera  2.2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
Array.h File Reference

Header file for class Cantera::Array2D. More...

#include "utilities.h"
#include <iostream>
#include <cstring>
Include dependency graph for Array.h:
This graph shows which files directly or indirectly include this file:

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

 Cantera
 Namespace for the Cantera kernel.
 

Functions

std::ostream & operator<< (std::ostream &s, const Array2D &m)
 Output the current contents of the Array2D object. More...
 
void operator*= (Array2D &m, doublereal a)
 Overload the times equals operator for multiplication of a matrix and a scalar. More...
 
void operator+= (Array2D &x, const Array2D &y)
 Overload the plus equals operator for addition of one matrix with another. More...
 

Detailed Description

Header file for class Cantera::Array2D.

Definition in file Array.h.