Navigation

Main Page
Download
Support
Installation
Tutorial
Examples
Reference Manual
   Version 1.0.6
      Class Index
      File List
   Version 1.0.5new_solver
   Version 1.0.5dev
   Version 1.0.5b
   Version 1.0.4dev
   Version 1.0.4
Publications


Hosted by Get Ion Beam Simulator at SourceForge.net. Fast, secure and Free Open Source software downloads
Vector::VectorRef Struct Reference

Container object for coefficient-vector pairs. More...

#include <mvector.hpp>

Public Member Functions

 VectorRef ()
 Constructor for empty VectorRef. More...
 
 VectorRef (const Vector *vec, double coef)
 Constructor for VectorRef with vector vec and coefficient coef. More...
 

Public Attributes

const Vector_vec
 Pointer to vector. More...
 
double _coef
 Coefficient for vector vec. More...
 

Detailed Description

Container object for coefficient-vector pairs.

This container object is used to store coefficient and vector data for linear algebra object VectorLA.

Constructor & Destructor Documentation

Vector::VectorRef::VectorRef ( )
inline

Constructor for empty VectorRef.

Vector::VectorRef::VectorRef ( const Vector vec,
double  coef 
)
inline

Constructor for VectorRef with vector vec and coefficient coef.

Member Data Documentation

double Vector::VectorRef::_coef

Coefficient for vector vec.

const Vector* Vector::VectorRef::_vec

Pointer to vector.


The documentation for this struct was generated from the following file:


Reference manual for Ion Beam Simulator 1.0.6
Generated by Doxygen 1.8.5 on Mon Jun 15 2015 09:59:33.