MBDyn-1.7.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups
JacSubMatrix.cc File Reference
#include "mbconfig.h"
#include <algorithm>
#include <iomanip>
#include "myassert.h"
#include "JacSubMatrix.h"
Include dependency graph for JacSubMatrix.cc:

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const ExpandableRowVector &z)
 
std::ostream & operator<< (std::ostream &s, const ExpandableMatrix &z)
 

Variables

static
ExpandableRowVector::ExpandableRowElement 
er_Zero
 
static
ExpandableMatrix::ExpandableColBlock 
ecb_Zero
 

Function Documentation

std::ostream& operator<< ( std::ostream &  s,
const ExpandableRowVector z 
)

Definition at line 274 of file JacSubMatrix.cc.

References ExpandableRowVector::Write().

274  {
275  return z.Write(s);
276 }
std::ostream & Write(std::ostream &out, const char *sFill="") const

Here is the call graph for this function:

std::ostream& operator<< ( std::ostream &  s,
const ExpandableMatrix z 
)

Definition at line 546 of file JacSubMatrix.cc.

References ExpandableMatrix::Write().

546  {
547  return z.Write(s);
548 }
std::ostream & Write(std::ostream &out, const char *sFill="") const

Here is the call graph for this function:

Variable Documentation

Definition at line 279 of file JacSubMatrix.cc.

Definition at line 43 of file JacSubMatrix.cc.

Referenced by ExpandableRowVector::Reset().