Arcane  4.1.12.0
Developer documentation
Loading...
Searching...
No Matches
Arcane::MatVec::MatrixOperation2 Class Reference
Collaboration diagram for Arcane::MatVec::MatrixOperation2:

Public Member Functions

Matrix matrixMatrixProduct (const Matrix &left_matrix, const Matrix &right_matrix)
Matrix matrixMatrixProductFast (const Matrix &left_matrix, const Matrix &right_matrix)
Matrix transpose (const Matrix &matrix)
Matrix transposeFast (const Matrix &matrix)
Matrix applyGalerkinOperator (const Matrix &left_matrix, const Matrix &matrix, const Matrix &right_matrix)
Matrix applyGalerkinOperator2 (const Matrix &left_matrix, const Matrix &matrix, const Matrix &right_matrix)

Private Member Functions

void _dumpColumnMatrix (std::ostream &o, IntegerConstArrayView columns_index, IntegerConstArrayView rows, RealConstArrayView values)

Detailed Description

Definition at line 196 of file core/matvec/Matrix.h.

Member Function Documentation

◆ _dumpColumnMatrix()

void Arcane::MatVec::MatrixOperation2::_dumpColumnMatrix ( std::ostream & o,
IntegerConstArrayView columns_index,
IntegerConstArrayView rows,
RealConstArrayView values )
private

Definition at line 270 of file AMG.cc.

◆ applyGalerkinOperator()

Matrix Arcane::MatVec::MatrixOperation2::applyGalerkinOperator ( const Matrix & left_matrix,
const Matrix & matrix,
const Matrix & right_matrix )

Definition at line 370 of file AMG.cc.

◆ applyGalerkinOperator2()

Matrix Arcane::MatVec::MatrixOperation2::applyGalerkinOperator2 ( const Matrix & left_matrix,
const Matrix & matrix,
const Matrix & right_matrix )

Definition at line 518 of file AMG.cc.

◆ matrixMatrixProduct()

Matrix Arcane::MatVec::MatrixOperation2::matrixMatrixProduct ( const Matrix & left_matrix,
const Matrix & right_matrix )

Definition at line 108 of file AMG.cc.

◆ matrixMatrixProductFast()

Matrix Arcane::MatVec::MatrixOperation2::matrixMatrixProductFast ( const Matrix & left_matrix,
const Matrix & right_matrix )

Definition at line 156 of file AMG.cc.

◆ transpose()

Matrix Arcane::MatVec::MatrixOperation2::transpose ( const Matrix & matrix)

Definition at line 289 of file AMG.cc.

◆ transposeFast()

Matrix Arcane::MatVec::MatrixOperation2::transposeFast ( const Matrix & matrix)

Definition at line 322 of file AMG.cc.


The documentation for this class was generated from the following files: