Uses of Class
org.apache.sysds.runtime.data.SparseRowVector
Packages that use SparseRowVector
-
Uses of SparseRowVector in org.apache.sysds.runtime.codegen
Methods in org.apache.sysds.runtime.codegen that return SparseRowVectorModifier and TypeMethodDescriptionstatic SparseRowVectorLibSpoofPrimitives.allocSparseVector(int len) static SparseRowVectorLibSpoofPrimitives.vectAbsWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectAsinWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectAtanWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectBitwandWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectBitwandWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectBitwandWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectCeilWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectDivWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectDivWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectDivWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectDivWriteB(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectEqualWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectEqualWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectFloorWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectGreaterequalWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectGreaterequalWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectGreaterWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectGreaterWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectGreaterWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectLessequalWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectLessequalWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectLessWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectLessWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectLessWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectMaxWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectMaxWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectMaxWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectMinusWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectMinusWriteB(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectMinWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectMinWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectMinWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectMultWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectMultWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) Vector primitives with SparseRowVector intermediates Changes: - Changed method signature to avoid method duplicate conflicts e.g.static SparseRowVectorLibSpoofPrimitives.vectMultWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectMultWriteB(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectNotequalWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectNotequalWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectNotequalWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectPlusWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectPowWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectRoundWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectSignWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectSinhWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectSinWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectSqrtWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectTanhWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectTanWrite(int len, double[] a, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectXorWrite(int len, double[] a, double[] b, int[] aix, int[] bix, int ai, int bi, int alen, int blen) static SparseRowVectorLibSpoofPrimitives.vectXorWrite(int len, double[] a, double bval, int[] aix, int ai, int alen) static SparseRowVectorLibSpoofPrimitives.vectXorWrite(int len, double bval, double[] a, int[] aix, int ai, int alen) -
Uses of SparseRowVector in org.apache.sysds.runtime.data
Methods in org.apache.sysds.runtime.data that return SparseRowVector