Commit e12f8935 authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Added tridiagonal matrix unit tests.

parent 2cc4680c
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
/***************************************************************************
                          DenseMatrixTest.cpp -  description
                          TridiagonalMatrixTest.cpp -  description
                             -------------------
    begin                : Nov 10, 2018
    copyright            : (C) 2018 by Tomas Oberhuber et al.
    begin                : Jan 8, 2020
    copyright            : (C) 2020 by Tomas Oberhuber et al.
    email                : tomas.oberhuber@fjfi.cvut.cz
 ***************************************************************************/

/* See Copyright Notice in tnl/Copyright */

#include "DenseMatrixTest.h"
 No newline at end of file
#include "TridiagonalMatrixTest.h"
 No newline at end of file
+4 −4
Original line number Diff line number Diff line
/***************************************************************************
                          DenseMatrixTest.cu -  description
                          TridiagonalMatrixTest.cu -  description
                             -------------------
    begin                : Nov 10, 2018
    copyright            : (C) 2018 by Tomas Oberhuber et al.
    begin                : Jan 8, 2020
    copyright            : (C) 2020 by Tomas Oberhuber et al.
    email                : tomas.oberhuber@fjfi.cvut.cz
 ***************************************************************************/

/* See Copyright Notice in tnl/Copyright */

#include "DenseMatrixTest.h"
 No newline at end of file
#include "TridiagonalMatrixTest.h"
 No newline at end of file
+94 −97

File changed.

Preview size limit exceeded, changes collapsed.