Skip to main content

map

Overloads

NameDescription
map(const ComplexMatrix lhs, Function<integer(complex)> expr) -> ComplexMatrixApplies a function to each element of the array.
map(const ComplexArray lhs, Function<complex(complex)> expr) -> ComplexArrayApplies a function to each element of the array.
map(const BoolArray lhs, Function<integer(bool)> expr) -> BoolArrayApplies a function to each element of the array.
map(const RealArray lhs, Function<bool(real)> expr) -> RealArrayApplies a function to each element of the array.
map(const ComplexMatrix lhs, Function<bool(complex)> expr) -> ComplexMatrixApplies a function to each element of the array.
map(const ComplexMatrix lhs, Function<complex(complex)> expr) -> ComplexMatrixApplies a function to each element of the array.
map(const IntegerArray lhs, Function<integer(integer)> expr) -> IntegerArrayApplies a function to each element of the array.
map(const IntegerArray lhs, Function<bool(integer)> expr) -> IntegerArrayApplies a function to each element of the array.
map(const RealArray lhs, Function<integer(real)> expr) -> RealArrayApplies a function to each element of the array.
map(const RealArray lhs, Function<real(real)> expr) -> RealArrayApplies a function to each element of the array.
map(const ComplexArray lhs, Function<bool(complex)> expr) -> ComplexArrayApplies a function to each element of the array.
map(const ComplexArray lhs, Function<real(complex)> expr) -> ComplexArrayApplies a function to each element of the array.
map(const ComplexArray lhs, Function<integer(complex)> expr) -> ComplexArrayApplies a function to each element of the array.
map(const RealMatrix lhs, Function<bool(real)> expr) -> RealMatrixApplies a function to each element of the array.
map(const ComplexMatrix lhs, Function<real(complex)> expr) -> ComplexMatrixApplies a function to each element of the array.
map(const RealMatrix lhs, Function<real(real)> expr) -> RealMatrixApplies a function to each element of the array.
map(const RealMatrix lhs, Function<integer(real)> expr) -> RealMatrixApplies a function to each element of the array.
map(const BoolArray lhs, Function<bool(bool)> expr) -> BoolArrayApplies a function to each element of the array.

map(const ComplexMatrix lhs, Function<integer(complex)> expr) -> ComplexMatrix

Applies a function to each element of the array.

Parameters

  • lhs: The ComplexMatrix to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const ComplexArray lhs, Function<complex(complex)> expr) -> ComplexArray

Applies a function to each element of the array.

Parameters

  • lhs: The ComplexArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const BoolArray lhs, Function<integer(bool)> expr) -> BoolArray

Applies a function to each element of the array.

Parameters

  • lhs: The BoolArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const RealArray lhs, Function<bool(real)> expr) -> RealArray

Applies a function to each element of the array.

Parameters

  • lhs: The RealArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const ComplexMatrix lhs, Function<bool(complex)> expr) -> ComplexMatrix

Applies a function to each element of the array.

Parameters

  • lhs: The ComplexMatrix to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const ComplexMatrix lhs, Function<complex(complex)> expr) -> ComplexMatrix

Applies a function to each element of the array.

Parameters

  • lhs: The ComplexMatrix to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const IntegerArray lhs, Function<integer(integer)> expr) -> IntegerArray

Applies a function to each element of the array.

Parameters

  • lhs: The IntegerArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const IntegerArray lhs, Function<bool(integer)> expr) -> IntegerArray

Applies a function to each element of the array.

Parameters

  • lhs: The IntegerArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const RealArray lhs, Function<integer(real)> expr) -> RealArray

Applies a function to each element of the array.

Parameters

  • lhs: The RealArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const RealArray lhs, Function<real(real)> expr) -> RealArray

Applies a function to each element of the array.

Parameters

  • lhs: The RealArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const ComplexArray lhs, Function<bool(complex)> expr) -> ComplexArray

Applies a function to each element of the array.

Parameters

  • lhs: The ComplexArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const ComplexArray lhs, Function<real(complex)> expr) -> ComplexArray

Applies a function to each element of the array.

Parameters

  • lhs: The ComplexArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const ComplexArray lhs, Function<integer(complex)> expr) -> ComplexArray

Applies a function to each element of the array.

Parameters

  • lhs: The ComplexArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const RealMatrix lhs, Function<bool(real)> expr) -> RealMatrix

Applies a function to each element of the array.

Parameters

  • lhs: The RealMatrix to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const ComplexMatrix lhs, Function<real(complex)> expr) -> ComplexMatrix

Applies a function to each element of the array.

Parameters

  • lhs: The ComplexMatrix to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const RealMatrix lhs, Function<real(real)> expr) -> RealMatrix

Applies a function to each element of the array.

Parameters

  • lhs: The RealMatrix to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const RealMatrix lhs, Function<integer(real)> expr) -> RealMatrix

Applies a function to each element of the array.

Parameters

  • lhs: The RealMatrix to map over.
  • expr: A function that takes a single argument and returns a value of the same type.

map(const BoolArray lhs, Function<bool(bool)> expr) -> BoolArray

Applies a function to each element of the array.

Parameters

  • lhs: The BoolArray to map over.
  • expr: A function that takes a single argument and returns a value of the same type.