Skip to main content

uninitialized_like

Overloads

NameDescription
uninitialized_like(const ComplexMatrix lhs) -> ComplexMatrixReturn a container of uninitialized values with the same shape and type as a given container.
uninitialized_like(const IntegerArray lhs) -> IntegerArrayReturn a container of uninitialized values with the same shape and type as a given container.
uninitialized_like(const RealArray lhs) -> RealArrayReturn a container of uninitialized values with the same shape and type as a given container.
uninitialized_like(const BoolArray lhs) -> BoolArrayReturn a container of uninitialized values with the same shape and type as a given container.
uninitialized_like(const ComplexArray lhs) -> ComplexArrayReturn a container of uninitialized values with the same shape and type as a given container.
uninitialized_like(const RealMatrix lhs) -> RealMatrixReturn a container of uninitialized values with the same shape and type as a given container.

uninitialized_like(const ComplexMatrix lhs) -> ComplexMatrix

Return a container of uninitialized values with the same shape and type as a given container.

Parameters

  • lhs: The input container.

uninitialized_like(const IntegerArray lhs) -> IntegerArray

Return a container of uninitialized values with the same shape and type as a given container.

Parameters

  • lhs: The input container.

uninitialized_like(const RealArray lhs) -> RealArray

Return a container of uninitialized values with the same shape and type as a given container.

Parameters

  • lhs: The input container.

uninitialized_like(const BoolArray lhs) -> BoolArray

Return a container of uninitialized values with the same shape and type as a given container.

Parameters

  • lhs: The input container.

uninitialized_like(const ComplexArray lhs) -> ComplexArray

Return a container of uninitialized values with the same shape and type as a given container.

Parameters

  • lhs: The input container.

uninitialized_like(const RealMatrix lhs) -> RealMatrix

Return a container of uninitialized values with the same shape and type as a given container.

Parameters

  • lhs: The input container.