NeuralEngine
A Game Engine with embeded Machine Learning algorithms based on Gaussian Processes.
LexicoArray2< true, Real, NumRows, NumCols > Class Template Reference
Collaboration diagram for LexicoArray2< true, Real, NumRows, NumCols >:

Public Member Functions

 LexicoArray2 (Real *matrix)
 
int GetNumRows () const
 
int GetNumCols () const
 
Real & operator() (int r, int c)
 
Real const & operator() (int r, int c) const
 

Private Attributes

Real * mMatrix
 

Detailed Description

template<typename Real, int NumRows, int NumCols>
class LexicoArray2< true, Real, NumRows, NumCols >

File: NECore/DataTypes/NeLexicoArray2.inl

Author:
Email:
Site:

Copyright (c) 2016 . All rights reserved.

Definition at line 13 of file NeLexicoArray2.inl.

Constructor & Destructor Documentation

◆ LexicoArray2()

template<typename Real , int NumRows, int NumCols>
LexicoArray2< true, Real, NumRows, NumCols >::LexicoArray2 ( Real *  matrix)
inline

Definition at line 114 of file NeLexicoArray2.inl.

Member Function Documentation

◆ GetNumRows()

template<typename Real , int NumRows, int NumCols>
int LexicoArray2< true, Real, NumRows, NumCols >::GetNumRows
inline

Definition at line 121 of file NeLexicoArray2.inl.

◆ GetNumCols()

template<typename Real , int NumRows, int NumCols>
int LexicoArray2< true, Real, NumRows, NumCols >::GetNumCols
inline

Definition at line 127 of file NeLexicoArray2.inl.

◆ operator()() [1/2]

template<typename Real , int NumRows, int NumCols>
Real & LexicoArray2< true, Real, NumRows, NumCols >::operator() ( int  r,
int  c 
)
inline

Definition at line 133 of file NeLexicoArray2.inl.

◆ operator()() [2/2]

template<typename Real , int NumRows, int NumCols>
Real const & LexicoArray2< true, Real, NumRows, NumCols >::operator() ( int  r,
int  c 
) const
inline

Definition at line 139 of file NeLexicoArray2.inl.

Member Data Documentation

◆ mMatrix

template<typename Real , int NumRows, int NumCols>
Real* LexicoArray2< true, Real, NumRows, NumCols >::mMatrix
private

Definition at line 24 of file NeLexicoArray2.inl.


The documentation for this class was generated from the following file: