SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Namespaces | Functions
ColumnMatrix.cc File Reference

for RHS and LHS More...

#include <cmath>
#include <Core/Datatypes/ColumnMatrixFunctions.h>

Namespaces

 SCIRun
 STL datatypes needed.
 
 SCIRun::Private
 

Functions

double linalg_norm2 (size_type rows, const double *data)
 
void linalg_mult (size_type rows, double *res, double *a, double *b)
 
void linalg_sub (size_type rows, double *res, double *a, double *b)
 
void linalg_add (size_type rows, double *res, double *a, double *b)
 
double linalg_dot (size_type rows, double *a, double *b)
 
void linalg_smadd (size_type rows, double *res, double s, double *a, double *b)
 

Detailed Description

for RHS and LHS

Author
Steven G. Parker Department of Computer Science University of Utah
Date
July 1994