SuperLU Distributed 8.2.1
Distributed memory sparse direct solver
dcomplex_dist.c File Reference

Defines common arithmetic operations for complex type. More...

#include <math.h>
#include <stdio.h>
#include <stdlib.h>
#include "dcomplex.h"
Include dependency graph for dcomplex_dist.c:

Functions

void slud_z_div (doublecomplex *c, doublecomplex *a, doublecomplex *b)
 
double slud_z_abs (doublecomplex *z)
 
double slud_z_abs1 (doublecomplex *z)
 

Detailed Description

Defines common arithmetic operations for complex type.

Copyright (c) 2003, The Regents of the University of California, through Lawrence Berkeley National Laboratory (subject to receipt of any required approvals from U.S. Dept. of Energy)

All rights reserved.

The source code is distributed under BSD license, see the file License.txt at the top-level directory.

-- Distributed SuperLU routine (version 1.0) --
Lawrence Berkeley National Lab, Univ. of California Berkeley.
September 1, 1999

Function Documentation

◆ slud_z_abs()

double slud_z_abs ( doublecomplex z)
Here is the caller graph for this function:

◆ slud_z_abs1()

double slud_z_abs1 ( doublecomplex z)
Here is the caller graph for this function:

◆ slud_z_div()

void slud_z_div ( doublecomplex c,
doublecomplex a,
doublecomplex b 
)
Here is the caller graph for this function: