Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | Static Public Attributes | List of all members
Parameter Class Reference

Parameters for the computation method of the SVD algorithm. More...

Public Member Functions

def __init__
 
- Public Member Functions inherited from Parameter
def __init__
 
def check
 

Static Public Attributes

 leftSingularMatrix = ...
 
 rightSingularMatrix = ...
 

Detailed Description

Constructor & Destructor Documentation

def __init__ (   self,
  args 
)

Default constructor

Parameters
_leftSingularMatrixFormat of the matrix of left singular vectors
_rightSingularMatrixFormat of the matrix of right singular vectors

Member Data Documentation

leftSingularMatrix = ...
static

Format of the matrix of left singular vectors >

rightSingularMatrix = ...
static

Format of the matrix of right singular vectors >


The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.