TMKL_Sparse_memory_usage Enumeration

Source: Math387.cs · Assembly: Dew.Math

public enum TMKL_Sparse_memory_usage

memory optimization hints from user: describe how much memory could be used on optimization stage

Values

NameDescription
SPARSE_MEMORY_AGGRESSIVEmatrix could be converted to any internal format
SPARSE_MEMORY_NONENo memory should be allocated for matrix values and structures; auxiliary structures could be created only for workload balancing, parallelization, etc.