Rheolef  7.2
an efficient C++ finite element environment
Loading...
Searching...
No Matches
csr.cc

csr - sparse matrix manipulation More...

Go to the source code of this file.

Namespaces

namespace  rheolef
 This file is part of Rheolef.

Functions

template<class T>
void print_postscript (std::ostream &s, const csr< T, sequential > &a)
void usage ()
int main (int argc, char **argv)

Detailed Description

csr - sparse matrix manipulation

Definition in file csr.cc.

Function Documentation

◆ print_postscript()

template<class T>
void print_postscript ( std::ostream & s,
const csr< T, sequential > & a )

Definition at line 99 of file csr.cc.

◆ usage()

void usage ( )

Definition at line 261 of file csr.cc.

◆ main()

int main ( int argc,
char ** argv )

Definition at line 270 of file csr.cc.