filled
Overloads
| Name | Description |
|---|---|
filled(const List<integer> shape, complex value) -> ComplexMatrix | Creates a container with the specified shape and type, filled with the specified value. |
filled(const List<integer> shape, real value) -> ComplexMatrix | Creates a container with the specified shape and type, filled with the specified value. |
filled(const List<integer> shape, integer value) -> ComplexMatrix | Creates a container with the specified shape and type, filled with the specified value. |
filled(const List<integer> shape, bool value) -> ComplexMatrix | Creates a container with the specified shape and type, filled with the specified value. |
filled(const List<integer> shape, integer value, as_matrix type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_real type) -> RealMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_complex | as_array type) -> ComplexArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_real | as_array type) -> RealArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_integer | as_array type) -> IntegerArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_bool | as_array type) -> BoolArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_array type) -> ComplexArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_complex type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_real type) -> RealMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_complex | as_matrix type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_scalar type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_real | as_matrix type) -> RealMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_matrix type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_complex | as_array type) -> ComplexArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_real | as_array type) -> RealArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_array type) -> ComplexArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_complex type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, real value, as_scalar type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_complex | as_matrix type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_real | as_matrix type) -> RealMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_matrix type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_complex | as_array type) -> ComplexArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_real | as_array type) -> RealArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_integer | as_array type) -> IntegerArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_bool | as_array type) -> BoolArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_array type) -> ComplexArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_complex type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_real type) -> RealMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_real | as_matrix type) -> RealMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, bool value, as_scalar type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, complex value, as_matrix type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, complex value, as_complex | as_array type) -> ComplexArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, complex value, as_array type) -> ComplexArray | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, complex value, as_complex type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, complex value, as_complex | as_matrix type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, complex value, as_scalar type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, integer value, as_complex | as_matrix type) -> ComplexMatrix | Creates a container with the specified shape and type, filled with with the specified value. |
filled(const List<integer> shape, complex value) -> ComplexMatrix
Creates a container with the specified shape and type, filled with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
filled(const List<integer> shape, real value) -> ComplexMatrix
Creates a container with the specified shape and type, filled with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
filled(const List<integer> shape, integer value) -> ComplexMatrix
Creates a container with the specified shape and type, filled with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
filled(const List<integer> shape, bool value) -> ComplexMatrix
Creates a container with the specified shape and type, filled with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
filled(const List<integer> shape, integer value, as_matrix type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_real type) -> RealMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_complex | as_array type) -> ComplexArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_real | as_array type) -> RealArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_integer | as_array type) -> IntegerArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_bool | as_array type) -> BoolArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_array type) -> ComplexArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_complex type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_real type) -> RealMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_complex | as_matrix type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_scalar type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_real | as_matrix type) -> RealMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_matrix type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_complex | as_array type) -> ComplexArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_real | as_array type) -> RealArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_array type) -> ComplexArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_complex type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, real value, as_scalar type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_complex | as_matrix type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_real | as_matrix type) -> RealMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_matrix type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_complex | as_array type) -> ComplexArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_real | as_array type) -> RealArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_integer | as_array type) -> IntegerArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_bool | as_array type) -> BoolArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_array type) -> ComplexArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_complex type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_real type) -> RealMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_real | as_matrix type) -> RealMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, bool value, as_scalar type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, complex value, as_matrix type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, complex value, as_complex | as_array type) -> ComplexArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, complex value, as_array type) -> ComplexArray
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, complex value, as_complex type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, complex value, as_complex | as_matrix type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, complex value, as_scalar type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.
filled(const List<integer> shape, integer value, as_complex | as_matrix type) -> ComplexMatrix
Creates a container with the specified shape and type, filled with with the specified value.
Parameters
- shape: The shape of the container to create.
- value: The value with which to fill the container.
- type: The type of the container to create.