Class ScriptIntrinsicBLAS
- Namespace
- Android.Renderscript
- Assembly
- MASES.Netdroid.dll
[Obsolete]
public class ScriptIntrinsicBLAS : ScriptIntrinsic, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
JVMBridgeBaseJVMBridgeBase<BaseObj>ScriptIntrinsicBLAS
- Implements
-
IJVMBridgeCoreIJVMBridgeBaseStaticIJVMBridgeBaseIJVMBridgeDefinition
- Inherited Members
-
JVMBridgeBase<BaseObj>.IsAssignableFrom(IJavaType)JVMBridgeBase<BaseObj>.IsAssignableFrom<T>()JVMBridgeBase<BaseObj>.Execute<T>(params T[])JVMBridgeBase<BaseObj>.DynBridgeClazzJVMBridgeBase<BaseObj>.BridgeClazzJVMBridgeBase.RuntimeClassNameOf<T>()JVMBridgeBase.ClassNameOf<T>()JVMBridgeBase.ClassOf<T>()JVMBridgeBase.WrapsDirect<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn>(IJavaObject)JVMBridgeBase.Wraps<TNewClass, TReturn, TConverter>(IJavaObject)JVMBridgeBase.MonitorEnter()JVMBridgeBase.MonitorExit()JVMBridgeBase.IsInstanceOf(IJavaType)JVMBridgeBase.IsInstanceOf<T>()JVMBridgeBase.RuntimeIsInstanceOf<T>()JVMBridgeBase.CastTo<TNewClass>()JVMBridgeBase.CastDirect<TNewClass>()JVMBridgeBase.Dispose()JVMBridgeBase.ToString()JVMBridgeBase.GetHashCode()JVMBridgeBase.Notify()JVMBridgeBase.NotifyAll()JVMBridgeBase.Wait()JVMBridgeBase.IExecuteWithSignature<TNewClass, TReturn, TConverter>(string, string, params object[])JVMBridgeBase.DynBridgeInstanceJVMBridgeBase.BridgeInstanceJVMBridgeBase.IsBridgeListener
- Extension Methods
Constructors
ScriptIntrinsicBLAS()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public ScriptIntrinsicBLAS()
ScriptIntrinsicBLAS(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
public ScriptIntrinsicBLAS(params object[] args)
Parameters
args
object[]
Properties
BridgeClassName
https://www.jcobridge.com/api-clr/html/P_MASES_JCOBridge_C2JBridge_JVMBridgeBase_BridgeClassName.htm
public override string BridgeClassName { get; }
Property Value
CONJ_TRANSPOSE
https://developer.android.com/reference/android/renderscript/ScriptIntrinsicBLAS.html#CONJ_TRANSPOSE
[Obsolete]
public static int CONJ_TRANSPOSE { get; }
Property Value
IsBridgeAbstract
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
public override bool IsBridgeStatic { get; }
Property Value
LEFT
[Obsolete]
public static int LEFT { get; }
Property Value
LOWER
[Obsolete]
public static int LOWER { get; }
Property Value
NON_UNIT
[Obsolete]
public static int NON_UNIT { get; }
Property Value
NO_TRANSPOSE
[Obsolete]
public static int NO_TRANSPOSE { get; }
Property Value
RIGHT
[Obsolete]
public static int RIGHT { get; }
Property Value
TRANSPOSE
[Obsolete]
public static int TRANSPOSE { get; }
Property Value
UNIT
[Obsolete]
public static int UNIT { get; }
Property Value
UPPER
[Obsolete]
public static int UPPER { get; }
Property Value
Methods
BNNM(Allocation, int, Allocation, int, Allocation, int, int)
[Obsolete]
public void BNNM(Allocation arg0, int arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, int arg6)
Parameters
arg0
Allocationarg1
intarg2
Allocationarg3
intarg4
Allocationarg5
intarg6
int
CGBMV(int, int, int, Float2, Allocation, Allocation, int, Float2, Allocation, int)
[Obsolete]
public void CGBMV(int arg0, int arg1, int arg2, Float2 arg3, Allocation arg4, Allocation arg5, int arg6, Float2 arg7, Allocation arg8, int arg9)
Parameters
arg0
intarg1
intarg2
intarg3
Float2arg4
Allocationarg5
Allocationarg6
intarg7
Float2arg8
Allocationarg9
int
CGEMM(int, int, Float2, Allocation, Allocation, Float2, Allocation)
[Obsolete]
public void CGEMM(int arg0, int arg1, Float2 arg2, Allocation arg3, Allocation arg4, Float2 arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Float2arg3
Allocationarg4
Allocationarg5
Float2arg6
Allocation
CGEMV(int, Float2, Allocation, Allocation, int, Float2, Allocation, int)
[Obsolete]
public void CGEMV(int arg0, Float2 arg1, Allocation arg2, Allocation arg3, int arg4, Float2 arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
Float2arg2
Allocationarg3
Allocationarg4
intarg5
Float2arg6
Allocationarg7
int
CGERC(Float2, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void CGERC(Float2 arg0, Allocation arg1, int arg2, Allocation arg3, int arg4, Allocation arg5)
Parameters
arg0
Float2arg1
Allocationarg2
intarg3
Allocationarg4
intarg5
Allocation
CGERU(Float2, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void CGERU(Float2 arg0, Allocation arg1, int arg2, Allocation arg3, int arg4, Allocation arg5)
Parameters
arg0
Float2arg1
Allocationarg2
intarg3
Allocationarg4
intarg5
Allocation
CHBMV(int, int, Float2, Allocation, Allocation, int, Float2, Allocation, int)
[Obsolete]
public void CHBMV(int arg0, int arg1, Float2 arg2, Allocation arg3, Allocation arg4, int arg5, Float2 arg6, Allocation arg7, int arg8)
Parameters
arg0
intarg1
intarg2
Float2arg3
Allocationarg4
Allocationarg5
intarg6
Float2arg7
Allocationarg8
int
CHEMM(int, int, Float2, Allocation, Allocation, Float2, Allocation)
[Obsolete]
public void CHEMM(int arg0, int arg1, Float2 arg2, Allocation arg3, Allocation arg4, Float2 arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Float2arg3
Allocationarg4
Allocationarg5
Float2arg6
Allocation
CHEMV(int, Float2, Allocation, Allocation, int, Float2, Allocation, int)
[Obsolete]
public void CHEMV(int arg0, Float2 arg1, Allocation arg2, Allocation arg3, int arg4, Float2 arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
Float2arg2
Allocationarg3
Allocationarg4
intarg5
Float2arg6
Allocationarg7
int
CHER(int, float, Allocation, int, Allocation)
[Obsolete]
public void CHER(int arg0, float arg1, Allocation arg2, int arg3, Allocation arg4)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
intarg4
Allocation
CHER2(int, Float2, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void CHER2(int arg0, Float2 arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, Allocation arg6)
Parameters
arg0
intarg1
Float2arg2
Allocationarg3
intarg4
Allocationarg5
intarg6
Allocation
CHER2K(int, int, Float2, Allocation, Allocation, float, Allocation)
[Obsolete]
public void CHER2K(int arg0, int arg1, Float2 arg2, Allocation arg3, Allocation arg4, float arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Float2arg3
Allocationarg4
Allocationarg5
floatarg6
Allocation
CHERK(int, int, float, Allocation, float, Allocation)
[Obsolete]
public void CHERK(int arg0, int arg1, float arg2, Allocation arg3, float arg4, Allocation arg5)
Parameters
arg0
intarg1
intarg2
floatarg3
Allocationarg4
floatarg5
Allocation
CHPMV(int, Float2, Allocation, Allocation, int, Float2, Allocation, int)
[Obsolete]
public void CHPMV(int arg0, Float2 arg1, Allocation arg2, Allocation arg3, int arg4, Float2 arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
Float2arg2
Allocationarg3
Allocationarg4
intarg5
Float2arg6
Allocationarg7
int
CHPR(int, float, Allocation, int, Allocation)
[Obsolete]
public void CHPR(int arg0, float arg1, Allocation arg2, int arg3, Allocation arg4)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
intarg4
Allocation
CHPR2(int, Float2, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void CHPR2(int arg0, Float2 arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, Allocation arg6)
Parameters
arg0
intarg1
Float2arg2
Allocationarg3
intarg4
Allocationarg5
intarg6
Allocation
CSYMM(int, int, Float2, Allocation, Allocation, Float2, Allocation)
[Obsolete]
public void CSYMM(int arg0, int arg1, Float2 arg2, Allocation arg3, Allocation arg4, Float2 arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Float2arg3
Allocationarg4
Allocationarg5
Float2arg6
Allocation
CSYR2K(int, int, Float2, Allocation, Allocation, Float2, Allocation)
[Obsolete]
public void CSYR2K(int arg0, int arg1, Float2 arg2, Allocation arg3, Allocation arg4, Float2 arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Float2arg3
Allocationarg4
Allocationarg5
Float2arg6
Allocation
CSYRK(int, int, Float2, Allocation, Float2, Allocation)
[Obsolete]
public void CSYRK(int arg0, int arg1, Float2 arg2, Allocation arg3, Float2 arg4, Allocation arg5)
Parameters
arg0
intarg1
intarg2
Float2arg3
Allocationarg4
Float2arg5
Allocation
CTBMV(int, int, int, int, Allocation, Allocation, int)
[Obsolete]
public void CTBMV(int arg0, int arg1, int arg2, int arg3, Allocation arg4, Allocation arg5, int arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Allocationarg5
Allocationarg6
int
CTBSV(int, int, int, int, Allocation, Allocation, int)
[Obsolete]
public void CTBSV(int arg0, int arg1, int arg2, int arg3, Allocation arg4, Allocation arg5, int arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Allocationarg5
Allocationarg6
int
CTPMV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void CTPMV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
CTPSV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void CTPSV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
CTRMM(int, int, int, int, Float2, Allocation, Allocation)
[Obsolete]
public void CTRMM(int arg0, int arg1, int arg2, int arg3, Float2 arg4, Allocation arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Float2arg5
Allocationarg6
Allocation
CTRMV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void CTRMV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
CTRSM(int, int, int, int, Float2, Allocation, Allocation)
[Obsolete]
public void CTRSM(int arg0, int arg1, int arg2, int arg3, Float2 arg4, Allocation arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Float2arg5
Allocationarg6
Allocation
CTRSV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void CTRSV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
Create(RenderScript)
[Obsolete]
public static ScriptIntrinsicBLAS Create(RenderScript arg0)
Parameters
arg0
RenderScript
Returns
DGBMV(int, int, int, double, Allocation, Allocation, int, double, Allocation, int)
[Obsolete]
public void DGBMV(int arg0, int arg1, int arg2, double arg3, Allocation arg4, Allocation arg5, int arg6, double arg7, Allocation arg8, int arg9)
Parameters
arg0
intarg1
intarg2
intarg3
doublearg4
Allocationarg5
Allocationarg6
intarg7
doublearg8
Allocationarg9
int
DGEMM(int, int, double, Allocation, Allocation, double, Allocation)
[Obsolete]
public void DGEMM(int arg0, int arg1, double arg2, Allocation arg3, Allocation arg4, double arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
doublearg3
Allocationarg4
Allocationarg5
doublearg6
Allocation
DGEMV(int, double, Allocation, Allocation, int, double, Allocation, int)
[Obsolete]
public void DGEMV(int arg0, double arg1, Allocation arg2, Allocation arg3, int arg4, double arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
Allocationarg4
intarg5
doublearg6
Allocationarg7
int
DGER(double, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void DGER(double arg0, Allocation arg1, int arg2, Allocation arg3, int arg4, Allocation arg5)
Parameters
arg0
doublearg1
Allocationarg2
intarg3
Allocationarg4
intarg5
Allocation
DSBMV(int, int, double, Allocation, Allocation, int, double, Allocation, int)
[Obsolete]
public void DSBMV(int arg0, int arg1, double arg2, Allocation arg3, Allocation arg4, int arg5, double arg6, Allocation arg7, int arg8)
Parameters
arg0
intarg1
intarg2
doublearg3
Allocationarg4
Allocationarg5
intarg6
doublearg7
Allocationarg8
int
DSPMV(int, double, Allocation, Allocation, int, double, Allocation, int)
[Obsolete]
public void DSPMV(int arg0, double arg1, Allocation arg2, Allocation arg3, int arg4, double arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
Allocationarg4
intarg5
doublearg6
Allocationarg7
int
DSPR(int, double, Allocation, int, Allocation)
[Obsolete]
public void DSPR(int arg0, double arg1, Allocation arg2, int arg3, Allocation arg4)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
intarg4
Allocation
DSPR2(int, double, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void DSPR2(int arg0, double arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, Allocation arg6)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
intarg4
Allocationarg5
intarg6
Allocation
DSYMM(int, int, double, Allocation, Allocation, double, Allocation)
[Obsolete]
public void DSYMM(int arg0, int arg1, double arg2, Allocation arg3, Allocation arg4, double arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
doublearg3
Allocationarg4
Allocationarg5
doublearg6
Allocation
DSYMV(int, double, Allocation, Allocation, int, double, Allocation, int)
[Obsolete]
public void DSYMV(int arg0, double arg1, Allocation arg2, Allocation arg3, int arg4, double arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
Allocationarg4
intarg5
doublearg6
Allocationarg7
int
DSYR(int, double, Allocation, int, Allocation)
[Obsolete]
public void DSYR(int arg0, double arg1, Allocation arg2, int arg3, Allocation arg4)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
intarg4
Allocation
DSYR2(int, double, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void DSYR2(int arg0, double arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, Allocation arg6)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
intarg4
Allocationarg5
intarg6
Allocation
DSYR2K(int, int, double, Allocation, Allocation, double, Allocation)
[Obsolete]
public void DSYR2K(int arg0, int arg1, double arg2, Allocation arg3, Allocation arg4, double arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
doublearg3
Allocationarg4
Allocationarg5
doublearg6
Allocation
DSYRK(int, int, double, Allocation, double, Allocation)
[Obsolete]
public void DSYRK(int arg0, int arg1, double arg2, Allocation arg3, double arg4, Allocation arg5)
Parameters
arg0
intarg1
intarg2
doublearg3
Allocationarg4
doublearg5
Allocation
DTBMV(int, int, int, int, Allocation, Allocation, int)
[Obsolete]
public void DTBMV(int arg0, int arg1, int arg2, int arg3, Allocation arg4, Allocation arg5, int arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Allocationarg5
Allocationarg6
int
DTBSV(int, int, int, int, Allocation, Allocation, int)
[Obsolete]
public void DTBSV(int arg0, int arg1, int arg2, int arg3, Allocation arg4, Allocation arg5, int arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Allocationarg5
Allocationarg6
int
DTPMV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void DTPMV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
DTPSV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void DTPSV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
DTRMM(int, int, int, int, double, Allocation, Allocation)
[Obsolete]
public void DTRMM(int arg0, int arg1, int arg2, int arg3, double arg4, Allocation arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
doublearg5
Allocationarg6
Allocation
DTRMV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void DTRMV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
DTRSM(int, int, int, int, double, Allocation, Allocation)
[Obsolete]
public void DTRSM(int arg0, int arg1, int arg2, int arg3, double arg4, Allocation arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
doublearg5
Allocationarg6
Allocation
DTRSV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void DTRSV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
SGBMV(int, int, int, float, Allocation, Allocation, int, float, Allocation, int)
[Obsolete]
public void SGBMV(int arg0, int arg1, int arg2, float arg3, Allocation arg4, Allocation arg5, int arg6, float arg7, Allocation arg8, int arg9)
Parameters
arg0
intarg1
intarg2
intarg3
floatarg4
Allocationarg5
Allocationarg6
intarg7
floatarg8
Allocationarg9
int
SGEMM(int, int, float, Allocation, Allocation, float, Allocation)
[Obsolete]
public void SGEMM(int arg0, int arg1, float arg2, Allocation arg3, Allocation arg4, float arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
floatarg3
Allocationarg4
Allocationarg5
floatarg6
Allocation
SGEMV(int, float, Allocation, Allocation, int, float, Allocation, int)
[Obsolete]
public void SGEMV(int arg0, float arg1, Allocation arg2, Allocation arg3, int arg4, float arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
Allocationarg4
intarg5
floatarg6
Allocationarg7
int
SGER(float, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void SGER(float arg0, Allocation arg1, int arg2, Allocation arg3, int arg4, Allocation arg5)
Parameters
arg0
floatarg1
Allocationarg2
intarg3
Allocationarg4
intarg5
Allocation
SSBMV(int, int, float, Allocation, Allocation, int, float, Allocation, int)
[Obsolete]
public void SSBMV(int arg0, int arg1, float arg2, Allocation arg3, Allocation arg4, int arg5, float arg6, Allocation arg7, int arg8)
Parameters
arg0
intarg1
intarg2
floatarg3
Allocationarg4
Allocationarg5
intarg6
floatarg7
Allocationarg8
int
SSPMV(int, float, Allocation, Allocation, int, float, Allocation, int)
[Obsolete]
public void SSPMV(int arg0, float arg1, Allocation arg2, Allocation arg3, int arg4, float arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
Allocationarg4
intarg5
floatarg6
Allocationarg7
int
SSPR(int, float, Allocation, int, Allocation)
[Obsolete]
public void SSPR(int arg0, float arg1, Allocation arg2, int arg3, Allocation arg4)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
intarg4
Allocation
SSPR2(int, float, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void SSPR2(int arg0, float arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, Allocation arg6)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
intarg4
Allocationarg5
intarg6
Allocation
SSYMM(int, int, float, Allocation, Allocation, float, Allocation)
[Obsolete]
public void SSYMM(int arg0, int arg1, float arg2, Allocation arg3, Allocation arg4, float arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
floatarg3
Allocationarg4
Allocationarg5
floatarg6
Allocation
SSYMV(int, float, Allocation, Allocation, int, float, Allocation, int)
[Obsolete]
public void SSYMV(int arg0, float arg1, Allocation arg2, Allocation arg3, int arg4, float arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
Allocationarg4
intarg5
floatarg6
Allocationarg7
int
SSYR(int, float, Allocation, int, Allocation)
[Obsolete]
public void SSYR(int arg0, float arg1, Allocation arg2, int arg3, Allocation arg4)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
intarg4
Allocation
SSYR2(int, float, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void SSYR2(int arg0, float arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, Allocation arg6)
Parameters
arg0
intarg1
floatarg2
Allocationarg3
intarg4
Allocationarg5
intarg6
Allocation
SSYR2K(int, int, float, Allocation, Allocation, float, Allocation)
[Obsolete]
public void SSYR2K(int arg0, int arg1, float arg2, Allocation arg3, Allocation arg4, float arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
floatarg3
Allocationarg4
Allocationarg5
floatarg6
Allocation
SSYRK(int, int, float, Allocation, float, Allocation)
[Obsolete]
public void SSYRK(int arg0, int arg1, float arg2, Allocation arg3, float arg4, Allocation arg5)
Parameters
arg0
intarg1
intarg2
floatarg3
Allocationarg4
floatarg5
Allocation
STBMV(int, int, int, int, Allocation, Allocation, int)
[Obsolete]
public void STBMV(int arg0, int arg1, int arg2, int arg3, Allocation arg4, Allocation arg5, int arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Allocationarg5
Allocationarg6
int
STBSV(int, int, int, int, Allocation, Allocation, int)
[Obsolete]
public void STBSV(int arg0, int arg1, int arg2, int arg3, Allocation arg4, Allocation arg5, int arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Allocationarg5
Allocationarg6
int
STPMV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void STPMV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
STPSV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void STPSV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
STRMM(int, int, int, int, float, Allocation, Allocation)
[Obsolete]
public void STRMM(int arg0, int arg1, int arg2, int arg3, float arg4, Allocation arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
floatarg5
Allocationarg6
Allocation
STRMV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void STRMV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
STRSM(int, int, int, int, float, Allocation, Allocation)
[Obsolete]
public void STRSM(int arg0, int arg1, int arg2, int arg3, float arg4, Allocation arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
floatarg5
Allocationarg6
Allocation
STRSV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void STRSV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
ZGBMV(int, int, int, Double2, Allocation, Allocation, int, Double2, Allocation, int)
[Obsolete]
public void ZGBMV(int arg0, int arg1, int arg2, Double2 arg3, Allocation arg4, Allocation arg5, int arg6, Double2 arg7, Allocation arg8, int arg9)
Parameters
arg0
intarg1
intarg2
intarg3
Double2arg4
Allocationarg5
Allocationarg6
intarg7
Double2arg8
Allocationarg9
int
ZGEMM(int, int, Double2, Allocation, Allocation, Double2, Allocation)
[Obsolete]
public void ZGEMM(int arg0, int arg1, Double2 arg2, Allocation arg3, Allocation arg4, Double2 arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Double2arg3
Allocationarg4
Allocationarg5
Double2arg6
Allocation
ZGEMV(int, Double2, Allocation, Allocation, int, Double2, Allocation, int)
[Obsolete]
public void ZGEMV(int arg0, Double2 arg1, Allocation arg2, Allocation arg3, int arg4, Double2 arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
Double2arg2
Allocationarg3
Allocationarg4
intarg5
Double2arg6
Allocationarg7
int
ZGERC(Double2, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void ZGERC(Double2 arg0, Allocation arg1, int arg2, Allocation arg3, int arg4, Allocation arg5)
Parameters
arg0
Double2arg1
Allocationarg2
intarg3
Allocationarg4
intarg5
Allocation
ZGERU(Double2, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void ZGERU(Double2 arg0, Allocation arg1, int arg2, Allocation arg3, int arg4, Allocation arg5)
Parameters
arg0
Double2arg1
Allocationarg2
intarg3
Allocationarg4
intarg5
Allocation
ZHBMV(int, int, Double2, Allocation, Allocation, int, Double2, Allocation, int)
[Obsolete]
public void ZHBMV(int arg0, int arg1, Double2 arg2, Allocation arg3, Allocation arg4, int arg5, Double2 arg6, Allocation arg7, int arg8)
Parameters
arg0
intarg1
intarg2
Double2arg3
Allocationarg4
Allocationarg5
intarg6
Double2arg7
Allocationarg8
int
ZHEMM(int, int, Double2, Allocation, Allocation, Double2, Allocation)
[Obsolete]
public void ZHEMM(int arg0, int arg1, Double2 arg2, Allocation arg3, Allocation arg4, Double2 arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Double2arg3
Allocationarg4
Allocationarg5
Double2arg6
Allocation
ZHEMV(int, Double2, Allocation, Allocation, int, Double2, Allocation, int)
[Obsolete]
public void ZHEMV(int arg0, Double2 arg1, Allocation arg2, Allocation arg3, int arg4, Double2 arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
Double2arg2
Allocationarg3
Allocationarg4
intarg5
Double2arg6
Allocationarg7
int
ZHER(int, double, Allocation, int, Allocation)
[Obsolete]
public void ZHER(int arg0, double arg1, Allocation arg2, int arg3, Allocation arg4)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
intarg4
Allocation
ZHER2(int, Double2, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void ZHER2(int arg0, Double2 arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, Allocation arg6)
Parameters
arg0
intarg1
Double2arg2
Allocationarg3
intarg4
Allocationarg5
intarg6
Allocation
ZHER2K(int, int, Double2, Allocation, Allocation, double, Allocation)
[Obsolete]
public void ZHER2K(int arg0, int arg1, Double2 arg2, Allocation arg3, Allocation arg4, double arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Double2arg3
Allocationarg4
Allocationarg5
doublearg6
Allocation
ZHERK(int, int, double, Allocation, double, Allocation)
[Obsolete]
public void ZHERK(int arg0, int arg1, double arg2, Allocation arg3, double arg4, Allocation arg5)
Parameters
arg0
intarg1
intarg2
doublearg3
Allocationarg4
doublearg5
Allocation
ZHPMV(int, Double2, Allocation, Allocation, int, Double2, Allocation, int)
[Obsolete]
public void ZHPMV(int arg0, Double2 arg1, Allocation arg2, Allocation arg3, int arg4, Double2 arg5, Allocation arg6, int arg7)
Parameters
arg0
intarg1
Double2arg2
Allocationarg3
Allocationarg4
intarg5
Double2arg6
Allocationarg7
int
ZHPR(int, double, Allocation, int, Allocation)
[Obsolete]
public void ZHPR(int arg0, double arg1, Allocation arg2, int arg3, Allocation arg4)
Parameters
arg0
intarg1
doublearg2
Allocationarg3
intarg4
Allocation
ZHPR2(int, Double2, Allocation, int, Allocation, int, Allocation)
[Obsolete]
public void ZHPR2(int arg0, Double2 arg1, Allocation arg2, int arg3, Allocation arg4, int arg5, Allocation arg6)
Parameters
arg0
intarg1
Double2arg2
Allocationarg3
intarg4
Allocationarg5
intarg6
Allocation
ZSYMM(int, int, Double2, Allocation, Allocation, Double2, Allocation)
[Obsolete]
public void ZSYMM(int arg0, int arg1, Double2 arg2, Allocation arg3, Allocation arg4, Double2 arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Double2arg3
Allocationarg4
Allocationarg5
Double2arg6
Allocation
ZSYR2K(int, int, Double2, Allocation, Allocation, Double2, Allocation)
[Obsolete]
public void ZSYR2K(int arg0, int arg1, Double2 arg2, Allocation arg3, Allocation arg4, Double2 arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
Double2arg3
Allocationarg4
Allocationarg5
Double2arg6
Allocation
ZSYRK(int, int, Double2, Allocation, Double2, Allocation)
[Obsolete]
public void ZSYRK(int arg0, int arg1, Double2 arg2, Allocation arg3, Double2 arg4, Allocation arg5)
Parameters
arg0
intarg1
intarg2
Double2arg3
Allocationarg4
Double2arg5
Allocation
ZTBMV(int, int, int, int, Allocation, Allocation, int)
[Obsolete]
public void ZTBMV(int arg0, int arg1, int arg2, int arg3, Allocation arg4, Allocation arg5, int arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Allocationarg5
Allocationarg6
int
ZTBSV(int, int, int, int, Allocation, Allocation, int)
[Obsolete]
public void ZTBSV(int arg0, int arg1, int arg2, int arg3, Allocation arg4, Allocation arg5, int arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Allocationarg5
Allocationarg6
int
ZTPMV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void ZTPMV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
ZTPSV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void ZTPSV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
ZTRMM(int, int, int, int, Double2, Allocation, Allocation)
[Obsolete]
public void ZTRMM(int arg0, int arg1, int arg2, int arg3, Double2 arg4, Allocation arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Double2arg5
Allocationarg6
Allocation
ZTRMV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void ZTRMV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int
ZTRSM(int, int, int, int, Double2, Allocation, Allocation)
[Obsolete]
public void ZTRSM(int arg0, int arg1, int arg2, int arg3, Double2 arg4, Allocation arg5, Allocation arg6)
Parameters
arg0
intarg1
intarg2
intarg3
intarg4
Double2arg5
Allocationarg6
Allocation
ZTRSV(int, int, int, Allocation, Allocation, int)
[Obsolete]
public void ZTRSV(int arg0, int arg1, int arg2, Allocation arg3, Allocation arg4, int arg5)
Parameters
arg0
intarg1
intarg2
intarg3
Allocationarg4
Allocationarg5
int