MOOSE - Multiscale Object Oriented Simulation Environment
Main Page
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
SparseMatrix.cpp
Go to the documentation of this file.
1
/**********************************************************************
2
** This program is part of 'MOOSE', the
3
** Messaging Object Oriented Simulation Environment,
4
** also known as GENESIS 3 base code.
5
** copyright (C) 2003-2006 Upinder S. Bhalla. and NCBS
6
** It is made available under the terms of the
7
** GNU Lesser General Public License version 2.1
8
** See the file COPYING.LIB for the full notice.
9
**********************************************************************/
10
11
#include <algorithm>
12
#include <vector>
13
#include <map>
14
#include <cassert>
15
#include <iostream>
16
#include "
SparseMatrix.h
"
17
18
using namespace
std;
19
20
21
const
unsigned
int
SM_MAX_ROWS
= 200000;
22
const
unsigned
int
SM_MAX_COLUMNS
= 200000;
23
const
unsigned
int
SM_RESERVE
= 8;
SM_MAX_COLUMNS
const unsigned int SM_MAX_COLUMNS
Definition:
SparseMatrix.cpp:22
SM_RESERVE
const unsigned int SM_RESERVE
Definition:
SparseMatrix.cpp:23
SM_MAX_ROWS
const unsigned int SM_MAX_ROWS
Definition:
SparseMatrix.cpp:21
SparseMatrix.h
moose-core
basecode
SparseMatrix.cpp
Generated on Tue Sep 4 2018 09:05:31 for MOOSE - Multiscale Object Oriented Simulation Environment by
1.8.6