uninitialized_like
Overloads
| Name | Description |
|---|---|
uninitialized_like(const ComplexMatrix lhs) -> ComplexMatrix | Return a container of uninitialized values with the same shape and type as a given container. |
uninitialized_like(const IntegerArray lhs) -> IntegerArray | Return a container of uninitialized values with the same shape and type as a given container. |
uninitialized_like(const RealArray lhs) -> RealArray | Return a container of uninitialized values with the same shape and type as a given container. |
uninitialized_like(const BoolArray lhs) -> BoolArray | Return a container of uninitialized values with the same shape and type as a given container. |
uninitialized_like(const ComplexArray lhs) -> ComplexArray | Return a container of uninitialized values with the same shape and type as a given container. |
uninitialized_like(const RealMatrix lhs) -> RealMatrix | Return 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.