NdArray

Attributes

Array basics

Shape manipulation

Mathematical functions

Arithmetic

Sums, products, differences

Logarithms

Exponents

Triangle

  • NdArray::tril() - Construct a triangle matrix based on the lower triangle of another one.
  • NdArray::triu() - Construct a triangle matrix based on the upper triangle of another one.

Floating point

Misc.