scikits.cuda
0.5
Contents
Installation
Quick Installation
Obtaining the Latest Software
Installation Dependencies
Platform Support
Building and Installation
Running the Unit Tests
Getting Started
Reference
Library Wrapper Routines
High-Level Routines
Other Routines
Authors & Acknowledgments
License
Change Log
Release 0.5.0 - (under development)
Release 0.042 - (March 10, 2013)
Release 0.041 - (May 22, 2011)
Release 0.04 - (May 11, 2011)
Release 0.03 - (November 22, 2010)
Release 0.02 - (September 21, 2010)
Release 0.01 - (September 17, 2010)
Page
scikits.cuda.cublas.cublasDtrsmBatched
« Previous
Next »
scikits.cuda.cublas.cublasDtrsmBatched
¶
scikits.cuda.cublas.
cublasDtrsmBatched
(
handle
,
side
,
uplo
,
trans
,
diag
,
m
,
n
,
alpha
,
A
,
lda
,
B
,
ldb
,
batchCount
)
[source]
¶
This function solves an array of triangular linear systems with multiple right-hand-sides.