Diana  0.8.3
Public Member Functions | Friends
ICapeNumericUnstructuredMatrix Class Reference

#include <CapeMatrix.hpp>

Inheritance diagram for ICapeNumericUnstructuredMatrix:
ICapeNumericMatrix ICapeIdentification

List of all members.

Public Member Functions

virtual void GetStructure (Common::Types::CapeArrayLong &rowIndices, Common::Types::CapeArrayLong &colIndices) const =0 throw (Common::Error::ECapeUnknown, Common::Error::ECapeInvalidArgument)

Friends

std::ostream & operator<< (std::ostream &os, const ICapeNumericUnstructuredMatrix &matrix)

Detailed Description

Sparse matrix interface.


Member Function Documentation

Gets the structure of the matrix (row and column indices of non zeroes).

Parameters:
rowIndicesthe row list of indices.
colIndicesthe column list of indices.

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const ICapeNumericUnstructuredMatrix matrix 
) [friend]

ostream output operator for the ICapeParameter class.


The documentation for this class was generated from the following file: