core

Types

Complex[A] = tuple[re, im: A]
  Source Edit
Scalar = float32 or float64 or Complex[float32] or Complex[float64]
  Source Edit
CPointer[A] = ptr UncheckedArray[A]
  Source Edit
DimensionError = object of ValueError
  Source Edit
OutOfBoundsError = object of ValueError
  Source Edit
LinearAlgebraError = object of FloatingPointError
  Source Edit

Templates

template checkDim(cond: untyped; msg = "")
  Source Edit
template checkBounds(cond: untyped; msg = "")
  Source Edit