ifw-odp  2.0.0-alpha
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
testMatrix.cpp File Reference
#include <iostream>
#include <gtest/gtest.h>
#include "gmock/gmock.h"
#include "cppcpl/matrixWrapper.hpp"

Functions

 TEST (TestMatrix, Construtor)
 
 TEST (TestMatrix, Data)
 
 TEST (TestMatrix, SetGet)
 
 TEST (TestMatrix, Product)
 
 TEST (TestMatrix, SolveNormal)
 
 TEST (TestMatrix, Solve)
 
 TEST (TestMatrix, Sqrt)
 
 TEST (TestMatrix, Append)
 
 TEST (TestMatrix, Inverse)
 
 TEST (TestMatrix, Check)
 
 TEST (TestMatrix, Operators)
 

Function Documentation

TEST ( TestMatrix  ,
Construtor   
)
TEST ( TestMatrix  ,
Data   
)
TEST ( TestMatrix  ,
SetGet   
)
TEST ( TestMatrix  ,
Product   
)
TEST ( TestMatrix  ,
SolveNormal   
)
TEST ( TestMatrix  ,
Solve   
)
TEST ( TestMatrix  ,
Sqrt   
)
TEST ( TestMatrix  ,
Append   
)
TEST ( TestMatrix  ,
Inverse   
)
TEST ( TestMatrix  ,
Check   
)
TEST ( TestMatrix  ,
Operators   
)