Isis Developer Reference
|
#include <iostream>
#include <QMap>
#include <QList>
#include <boost/numeric/ublas/fwd.hpp>
#include "LinearAlgebra.h"
Go to the source code of this file.
Classes | |
class | Isis::SparseBlockColumnMatrix |
SparseBlockColumnMatrix. More... | |
class | Isis::SparseBlockRowMatrix |
SparseBlockRowMatrix. More... | |
class | Isis::SparseBlockMatrix |
SparseBlockMatrix. More... | |
Namespaces | |
namespace | Isis |
This is free and unencumbered software released into the public domain. | |
Functions | |
QDataStream & | Isis::operator<< (QDataStream &stream, const SparseBlockColumnMatrix &sbcm) |
Writes matrix to binary disk file pointed to by QDataStream stream. | |
QDataStream & | Isis::operator>> (QDataStream &stream, SparseBlockColumnMatrix &sbcm) |
Reads matrix from binary disk file pointed to by QDataStream stream. | |
QDebug | Isis::operator<< (QDebug dbg, const SparseBlockColumnMatrix &sbcm) |
Writes matrix to QDebug stream. | |
QDataStream & | Isis::operator<< (QDataStream &stream, const SparseBlockRowMatrix &sbrm) |
Writes matrix to binary disk file pointed to by QDataStream stream. | |
QDataStream & | Isis::operator>> (QDataStream &stream, SparseBlockRowMatrix &sbrm) |
Reads matrix from binary disk file pointed to by QDataStream stream. | |
QDebug | Isis::operator<< (QDebug dbg, const SparseBlockRowMatrix &sbrm) |
Writes matrix to QDebug stream. | |
QDataStream & | Isis::operator<< (QDataStream &stream, const SparseBlockMatrix &sparseBlockMatrix) |
Writes matrix to binary disk file pointed to by QDataStream stream. | |
QDataStream & | Isis::operator>> (QDataStream &stream, SparseBlockMatrix &sparseBlockMatrix) |
Reads matrix from binary disk file pointed to by QDataStream stream. | |
QDebug | Isis::operator<< (QDebug dbg, const SparseBlockMatrix &m) |
Writes matrix to QDebug stream. | |