NEURON
matrix.cpp File Reference
#include <ocmatrix.h>
#include <vector>
#include <iostream>
#include "ivocvect.h"
#include <catch2/catch_test_macros.hpp>

Go to the source code of this file.

Classes

class  ApproxOrOpposite< T >
 

Functions

bool compareMatrix (OcMatrix &m, const std::vector< std::vector< double >> &ref)
 
 SCENARIO ("A Matrix", "[neuron_ivoc][OcMatrix]")
 

Function Documentation

◆ compareMatrix()

bool compareMatrix ( OcMatrix m,
const std::vector< std::vector< double >> &  ref 
)

Definition at line 66 of file matrix.cpp.

◆ SCENARIO()

SCENARIO ( "A Matrix ,
""  [neuron_ivoc][OcMatrix] 
)

Definition at line 77 of file matrix.cpp.