|
| SubVector (const VectorBase &parent, size_t offset, size_t size) noexcept |
|
| SubVector (const MatrixBase &parent, size_t row) noexcept |
|
| SubVector (const SubVector &other) noexcept |
|
float * | begin () const noexcept |
|
float * | end () const noexcept |
|
size_t | size () const noexcept |
|
float * | data () const noexcept |
|
float & | operator[] (size_t index) const noexcept |
|
float & | operator() (size_t index) const noexcept |
|
bool | empty () const noexcept |
|
void | Add (float x) noexcept |
|
void | AddDiagMat2 (float, const MatrixBase &, MatrixTransposeType, float) noexcept |
|
void | AddMatVec (float alpha, const MatrixBase &a, MatrixTransposeType trans, const VectorBase &x, float beta) noexcept |
|
void | AddVec (float, const VectorBase &) noexcept |
|
void | AddVec2 (float, const VectorBase &) noexcept |
|
void | ApplyFloor (float) noexcept |
|
void | ApplyLog () noexcept |
|
void | ApplyPow (float) noexcept |
|
float | ApplySoftmax () noexcept |
|
void | CopyColsFromMat (const MatrixBase &) noexcept |
|
void | CopyFromVec (const VectorBase &) noexcept |
|
void | CopyRowsFromMat (const MatrixBase &) noexcept |
|
float | CosineDistance (const VectorBase &) const |
|
float | DotVec (const VectorBase &) const |
|
float | EuclideanDistance (const VectorBase &) const |
|
bool | IsZero (float cutoff) const noexcept |
|
float | Max () const noexcept |
|
float | Max (int *e) const noexcept |
|
float | Min () const noexcept |
|
float | Min (int *e) const noexcept |
|
void | MulElements (const VectorBase &) noexcept |
|
float | Norm (float) const noexcept |
|
SubVector | Range (size_t offset, size_t size) const noexcept |
|
void | Scale (float) noexcept |
|
void | Set (float) noexcept |
|
void | SetRandomGaussian () |
|
void | SetRandomUniform () |
|
float | Sum () const noexcept |
|
void | Write (bool, std::ostream *) const |
|
bool | HasNan () const noexcept |
|
bool | HasInfinity () const noexcept |
|