Module numericalwriteops

Subset of methods, common to Matrix and some expressions, that change the object via numerical operations.

Functions

NumericalWriteOps:adjointInPlace () DOCMEMORE
NumericalWriteOps:addInPlace (Y, vectorwise) DOCMEMORE
NumericalWriteOps:coeffAddInPlace (row[, col], X) DOCMEMORE
NumericalWriteOps:coeffDivInPlace (row[, col], X) DOCMEMORE
NumericalWriteOps:coeffMulInPlace (row[, col], X) DOCMEMORE
NumericalWriteOps:coeffSubInPlace (row[, col], X) DOCMEMORE
NumericalWriteOps:normalize () DOCMEMORE
CommonWriteOps:setFromBytes (bytes) DOCMEMORE
NumericalWriteOps:setLinSpaced (low, high) DOCMEMORE
NumericalWriteOps:stableNormalize () DOCMEMORE
NumericalWriteOps:subInPlace (Y, vectorwise) DOCMEMORE


Functions

NumericalWriteOps:adjointInPlace ()
DOCMEMORE
NumericalWriteOps:addInPlace (Y, vectorwise)
DOCMEMORE

Parameters:

Returns:

    NumericalWriteOps self
NumericalWriteOps:coeffAddInPlace (row[, col], X)
DOCMEMORE

Parameters:

  • row uint
  • col uint
  • X Scalar
NumericalWriteOps:coeffDivInPlace (row[, col], X)
DOCMEMORE

Parameters:

  • row uint
  • col uint
  • X Scalar
NumericalWriteOps:coeffMulInPlace (row[, col], X)
DOCMEMORE

Parameters:

  • row uint
  • col uint
  • X Scalar
NumericalWriteOps:coeffSubInPlace (row[, col], X)
DOCMEMORE

Parameters:

  • row uint
  • col uint
  • X Scalar
NumericalWriteOps:normalize ()
DOCMEMORE
CommonWriteOps:setFromBytes (bytes)
DOCMEMORE

Parameters:

  • bytes Bytes

Returns:

    CommonWriteOps self
NumericalWriteOps:setLinSpaced (low, high)
DOCMEMORE

Parameters:

  • low Scalar
  • high Scalar

Returns:

    NumericalWriteOps self
NumericalWriteOps:stableNormalize ()
DOCMEMORE
NumericalWriteOps:subInPlace (Y, vectorwise)
DOCMEMORE

Parameters:

Returns:

    NumericalWriteOps self
generated by LDoc 1.4.0