mlpack
Functions
arma_extend_test.cpp File Reference
#include <mlpack/core.hpp>
#include "test_catch_tools.hpp"
#include "catch.hpp"
Include dependency graph for arma_extend_test.cpp:

Functions

 TEST_CASE ("ConstRowColIteratorTest", "[ArmaExtendTest]")
 Test const_row_col_iterator for basic functionality.
 
 TEST_CASE ("RowColIteratorTest", "[ArmaExtendTest]")
 Test row_col_iterator for basic functionality.
 
 TEST_CASE ("MatRowColIteratorDecrementOperatorTest", "[ArmaExtendTest]")
 Operator– test for mat::row_col_iterator and mat::const_row_col_iterator.
 
 TEST_CASE ("ConstSpRowColIteratorTest", "[ArmaExtendTest]")
 Test sparse const_row_col_iterator for basic functionality.
 
 TEST_CASE ("SpRowColIteratorTest", "[ArmaExtendTest]")
 Test sparse row_col_iterator for basic functionality.
 

Detailed Description

Author
Ryan Curtin

Test of the mlpack extensions to Armadillo.

mlpack is free software; you may redistribute it and/or modify it under the terms of the 3-clause BSD license. You should have received a copy of the 3-clause BSD license along with mlpack. If not, see http://www.opensource.org/licenses/BSD-3-Clause for more information.