File: sbtg-types.m

package info (click to toggle)
librsb 1.3.0.2%2Bdfsg-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 32,868 kB
  • sloc: ansic: 274,405; f90: 108,468; cpp: 16,934; sh: 6,761; makefile: 1,679; objc: 692; awk: 22; sed: 1
file content (6 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6


#	Supported types  :(float,double,float complex,double complex)
#	Unsupported types:()
blas_type_codes_array_=['s','d','c','z','?'];
global blas_type_codes_array=blas_type_codes_array_(1:length(blas_type_codes_array_)-1);