IgANet
IGAnets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
unittest_matrix.cxx File Reference

Matrix utility unittests. More...

#include <iganet/iganet.h>
#include <gtest/gtest.h>

Functions

 TEST (Matrix, BuildsIndicesFromKnotsAndDegrees)
 
 TEST (Matrix, BuildsSparseCsrIncludingEmptyTrailingRows)
 
 TEST (Matrix, CombinesTensorArrayIndices)
 
 TEST (Matrix, CombinesTwoAndThreeDimensionalIndices)
 
 TEST (Matrix, RejectsInvalidDimensionAndSize)
 
 TEST (Matrix, ValidatesInputs)
 
 TEST (MatrixProperties, SparseCsrAgreesWithIndependentDenseConstruction)
 

Detailed Description

Matrix utility unittests.

Author
Matthias Moller

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Function Documentation

◆ TEST() [1/7]

TEST ( Matrix  ,
BuildsIndicesFromKnotsAndDegrees   
)

◆ TEST() [2/7]

TEST ( Matrix  ,
BuildsSparseCsrIncludingEmptyTrailingRows   
)

◆ TEST() [3/7]

TEST ( Matrix  ,
CombinesTensorArrayIndices   
)

◆ TEST() [4/7]

TEST ( Matrix  ,
CombinesTwoAndThreeDimensionalIndices   
)

◆ TEST() [5/7]

TEST ( Matrix  ,
RejectsInvalidDimensionAndSize   
)

◆ TEST() [6/7]

TEST ( Matrix  ,
ValidatesInputs   
)

◆ TEST() [7/7]

TEST ( MatrixProperties  ,
SparseCsrAgreesWithIndependentDenseConstruction   
)