warp.sparse.bsr_transposed#

warp.sparse.bsr_transposed(A)[source]#

Return a copy of the transposed matrix A.

Parameters:

A (BsrMatrix[BlockType] | _BsrExpression[BlockType])

Return type:

BsrMatrix