linalg(deprecated)/copyinto - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

Home : Support : Online Help : linalg(deprecated)/copyinto

linalg(deprecated)

  

copyinto

  

move entries from one matrix into another

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

copyinto(A, B, m, n)

Parameters

A, B

-

matrices

m, n

-

non-negative integers

Description

• 

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[Copy], instead.

  

- For information on migrating linalg code to the new packages, see examples/LinearAlgebraMigration.

• 

The function copyinto(A, B, m, n) copies the entries of the matrix A into the matrix B beginning at index position , so  is assigned . This function and linalg[extend] are used to create new matrices from old ones.

• 

The command with(linalg,copyinto) allows the use of the abbreviated form of this command.

Examples

Important: The linalg package has been deprecated. Use the superseding command LinearAlgebra[Copy], instead.

(1)

(2)

(3)

See Also

linalg(deprecated)/concat

linalg(deprecated)[augment]

linalg(deprecated)[extend]

linalg(deprecated)[submatrix]

LinearAlgebra

 


Download Help Document