#include <linexi2.h>
Definition at line 70 of file linexi2.h.
◆ linexi2B() [1/2]
Heed::linexi2B::linexi2B |
( |
linexi2 & |
lx | ) |
|
Definition at line 75 of file linexi2.cpp.
76 mfunname(
"linexi2B::linexi2B(linexi2& lx)");
77 B = (
double**)
new double[lx.qlr * lx.qlr];
78 for (
long i = 0; i <
qlr; i++)
79 for (
long m = 0; m <
qlr; m++)
81}
linexi2(const linexi2_coor &lc, const double *fay)
◆ ~linexi2B()
Heed::linexi2B::~linexi2B |
( |
| ) |
|
|
inline |
◆ linexi2B() [2/2]
Heed::linexi2B::linexi2B |
( |
const linexi2B & |
lxB | ) |
|
Definition at line 87 of file linexi2.cpp.
88 mfunname(
"linexi2B::linexi2B(const linexi2B& lxB)");
89 B = (
double**)
new double[lxB.qlr * lxB.qlr];
90 for (
long i = 0; i <
qlr; i++)
91 for (
long m = 0; m <
qlr; m++)
B[i][m] = lxB.B[i][m];
92}
◆ copy()
void Heed::linexi2B::copy |
( |
const linexi2B & |
lxB | ) |
|
Definition at line 82 of file linexi2.cpp.
82 {
84 for (
long i = 0; i <
qlr; i++)
85 for (
long m = 0; m <
qlr; m++)
B[i][m] = lxB.B[i][m];
86}
Referenced by operator=().
◆ operator=()
Definition at line 77 of file linexi2.h.
77 {
79 return *this;
80 }
void copy(const linexi2B &lxB)
double** Heed::linexi2B::B |
The documentation for this class was generated from the following files: