MBDyn-1.7.3
|
#include "mbconfig.h"
#include <iostream>
#include <iomanip>
#include "fullmh.h"
#include "spmapmh.h"
#include "ccmh.h"
#include "dirccmh.h"
#include "naivemh.h"
Go to the source code of this file.
Functions | |
int | main (void) |
Variables | |
static doublereal | mat [5][5] |
int main | ( | void | ) |
Definition at line 52 of file itertest.cc.
References NaiveMatrixHandler::begin(), FullMatrixHandler::begin(), SpMapMatrixHandler::begin(), NaivePermMatrixHandler::begin(), CompactSparseMatrixHandler_tpl< off >::begin(), c, NaiveMatrixHandler::end(), FullMatrixHandler::end(), SpMapMatrixHandler::end(), NaivePermMatrixHandler::end(), CompactSparseMatrixHandler_tpl< off >::end(), SpMapMatrixHandler::MakeCompressedColumnForm(), and mat.
|
static |
Definition at line 43 of file itertest.cc.
Referenced by main().