#include <c_interface_base.h>
◆ gene_matrix
◆ gene_vector
◆ real_type
◆ stl_matrix
◆ stl_vector
◆ copy_matrix()
53 for (
int j = 0;
j <
N;
j++) {
54 for (
int i = 0;
i <
N;
i++) {
int i
Definition: BiCGSTAB_step_by_step.cpp:9
@ N
Definition: constructor.cpp:22
void source(const Vector< double > &x, Vector< double > &f)
Source function.
Definition: unstructured_two_d_circle.cc:46
std::ptrdiff_t j
Definition: tut_arithmetic_redux_minmax.cpp:2
References i, j, N, and TestProblem::source().
◆ copy_vector()
◆ free_matrix()
Matrix< SCALARA, Dynamic, Dynamic, opt_A > A
Definition: bench_gemm.cpp:47
◆ free_vector()
Matrix< SCALARB, Dynamic, Dynamic, opt_B > B
Definition: bench_gemm.cpp:48
◆ matrix_from_stl()
25 for (
int j = 0;
j <
N;
j++)
26 for (
int i = 0;
i <
N;
i++)
A[
i +
N *
j] = A_stl[
j][
i];
References i, j, and N.
◆ matrix_to_stl()
42 for (
int j = 0;
j <
N;
j++) {
44 for (
int i = 0;
i <
N;
i++) A_stl[
j][
i] =
A[
i +
N *
j];
References i, j, and N.
◆ vector_from_stl()
32 for (
int i = 0;
i <
N;
i++)
B[
i] = B_stl[
i];
Definition: matrices.h:74
References i, and N.
◆ vector_to_stl()
37 for (
int i = 0;
i <
N;
i++) B_stl[
i] =
B[
i];
References i, and N.
The documentation for this class was generated from the following file: