Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "lapack/base/slacpy/docs/types/index.d"

Index

Interfaces

Variables

Variables

Export assignment slacpy

slacpy: Routine

Copies all or part of a matrix A to another matrix B.

param

storage layout of A and B

param

specifies whether to copy the upper or lower triangular/trapezoidal part of matrix A

param

number of rows in matrix A

param

number of columns in matrix A

param

input matrix

param

stride of the first dimension of A (a.k.a., leading dimension of the matrix A)

param

output matrix

param

stride of the first dimension of B (a.k.a., leading dimension of the matrix B)

returns

B