Main Page   Data Structures   File List   Data Fields   Globals  

multiplication_scs.c File Reference

Functions for SCS multiplication operations. More...

Go to the source code of this file.

Functions

void scs_mul (scs_ptr result, scs_ptr x, scs_ptr y)
void scs_square (scs_ptr result, scs_ptr x)
void scs_mul_ui (scs_ptr x, unsigned int val_int)


Detailed Description

Functions for SCS multiplication operations.

Author:
Defour David David.Defour@ens-lyon.fr , Florent de Dinechin Florent.de.Dinechin@ens-lyon.fr
This file is part of the SCS library.

Definition in file multiplication_scs.c.


Function Documentation

void scs_mul scs_ptr    result,
const scs_ptr    x,
const scs_ptr    y
 

Multiplication of two SCS numbers.

The arguments x, y and result may point to the same memory location. The result is a normalised SCS number.

Definition at line 291 of file multiplication_scs.c.

Referenced by scs_div(), and scs_inv().

void scs_square scs_ptr    result,
scs_ptr    x
 

Square.

Result is normalised

Definition at line 378 of file multiplication_scs.c.

void scs_mul_ui scs_ptr   ,
const unsigned    int
 

Multiplication of a SCS with an unsigned integer; result is returned in x.

Definition at line 448 of file multiplication_scs.c.


Generated on Tue Jun 17 10:15:52 2003 for SCSLib by doxygen1.2.15