Rate This Document
Findability
Accuracy
Completeness
Readability

KmlScaissCsiAnalyze?I

Analyze a sparse matrix and change its storage representation if necessary.

Interface Definition

C interface:

int KmlScaissCsiAnalyzeSI(KmlScasolverTask **handle);

int KmlScaissCsiAnalyzeDI(KmlScasolverTask **handle);

Parameters

Parameter

Type

Description

Input/Output

handle

KmlScasolverTask **

Solver handle, which is a variable passed from a previous step.

Input/Output

Return Value

Return Value

Type

Description

KMLSS_NO_ERROR

int

Normal execution.

KMLSS_NULL_ARGUMENT

int

The value of handle is null.

KMLSS_NO_MEMORY

int

The memory is insufficient.

KMLSS_BAD_MATRIX_FORMAT

int

The format of the input matrix is incorrect.

Dependencies

#include "kml_scaiss.h"

For details about the sample code, see Samples.