PLearn 0.1
Classes | Namespaces | Functions
SparseMatrix.h File Reference
#include "Mat.h"
#include <plearn/base/Array.h>
Include dependency graph for SparseMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PLearn::SparseMatrix

Namespaces

namespace  PLearn
 

< for swap


Functions

SparseMatrix PLearn::operator+ (const SparseMatrix &A, const SparseMatrix &B)
 add two sparse matrices (of same dimensions but with values in possibly different places)
SparseMatrix PLearn::add (Array< SparseMatrix > &matrices)
 add a bunch of sparse matrices and return result

Detailed Description

Definition in file SparseMatrix.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines