Skip to main content

filled

Overloads

NameDescription
filled(const List<integer> shape, complex value) -> ComplexMatrixCreates a container with the specified shape and type, filled with the specified value.
filled(const List<integer> shape, real value) -> ComplexMatrixCreates a container with the specified shape and type, filled with the specified value.
filled(const List<integer> shape, integer value) -> ComplexMatrixCreates a container with the specified shape and type, filled with the specified value.
filled(const List<integer> shape, bool value) -> ComplexMatrixCreates a container with the specified shape and type, filled with the specified value.
filled(const List<integer> shape, integer value, as_matrix type) -> ComplexMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, real value, as_real type) -> RealMatrixCreates 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) -> ComplexArrayCreates 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) -> RealArrayCreates 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) -> IntegerArrayCreates 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) -> BoolArrayCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, integer value, as_array type) -> ComplexArrayCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, integer value, as_complex type) -> ComplexMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, integer value, as_real type) -> RealMatrixCreates 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) -> ComplexMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, integer value, as_scalar type) -> ComplexMatrixCreates 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) -> RealMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, real value, as_matrix type) -> ComplexMatrixCreates 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) -> ComplexArrayCreates 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) -> RealArrayCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, real value, as_array type) -> ComplexArrayCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, real value, as_complex type) -> ComplexMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, real value, as_scalar type) -> ComplexMatrixCreates 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) -> ComplexMatrixCreates 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) -> RealMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, bool value, as_matrix type) -> ComplexMatrixCreates 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) -> ComplexArrayCreates 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) -> RealArrayCreates 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) -> IntegerArrayCreates 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) -> BoolArrayCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, bool value, as_array type) -> ComplexArrayCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, bool value, as_complex type) -> ComplexMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, bool value, as_real type) -> RealMatrixCreates 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) -> RealMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, bool value, as_scalar type) -> ComplexMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, complex value, as_matrix type) -> ComplexMatrixCreates 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) -> ComplexArrayCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, complex value, as_array type) -> ComplexArrayCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, complex value, as_complex type) -> ComplexMatrixCreates 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) -> ComplexMatrixCreates a container with the specified shape and type, filled with with the specified value.
filled(const List<integer> shape, complex value, as_scalar type) -> ComplexMatrixCreates 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) -> ComplexMatrixCreates 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.