class Sp_Vector_lin

The line vector for linear system

Public Methods

[more] Sp_Vector_lin(float a, float b, float c, float d)
constructor with 4 float
[more] Sp_Vector_lin(const Sp_Plan &p)
constrcutor with Sp_Plan
[more] Sp_Vector_lin(const Sp_Vector_lin &)
copy constructor
[more] ~Sp_Vector_lin()
destructor
[more]void Print() const
Print information
[more]int Size() const
Size of vector

Private Fields

[more]float* v
the data of vector
[more]int size
the size

Private Methods

[more]void Reduce(int i)
the vector is reduced with v[i]=1
[more]int IsCoefNull(int i) const
Is v[i] null ?


Documentation

The line vector for linear system
o Sp_Vector_lin(float a, float b, float c, float d)
constructor with 4 float

o Sp_Vector_lin(const Sp_Plan &p)
constrcutor with Sp_Plan

o Sp_Vector_lin(const Sp_Vector_lin &)
copy constructor

o ~Sp_Vector_lin()
destructor

ovoid Print() const
Print information

oint Size() const
Size of vector

ovoid Reduce(int i)
the vector is reduced with v[i]=1

oint IsCoefNull(int i) const
Is v[i] null ?

ofloat* v
the data of vector

oint size
the size


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.