lsd_mkb/lsd_mkb_superlu/superlu_seq/scolumn_bmod.c File Reference

performs numeric block updates More...

#include <stdio.h>
#include <stdlib.h>
#include "slu_sdefs.h"
Include dependency graph for scolumn_bmod.c:

Functions

void susolve (int, int, float *, float *)
 Solves a dense upper triangular system.
void slsolve (int, int, float *, float *)
 Solves a dense UNIT lower triangular system.
void smatvec (int, int, int, float *, float *, float *)
 Performs a dense matrix-vector multiply: Mxvec = Mxvec + M * vec.
int scolumn_bmod (const int jcol, const int nseg, float *dense, float *tempv, int *segrep, int *repfnz, int fpanelc, GlobalLU_t *Glu, SuperLUStat_t *stat)

Detailed Description

performs numeric block updates

 -- SuperLU routine (version 3.0) --
 Univ. of California Berkeley, Xerox Palo Alto Research Center,
 and Lawrence Berkeley National Lab.
 October 15, 2003
 Copyright (c) 1994 by Xerox Corporation.  All rights reserved.
 THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY
 EXPRESSED OR IMPLIED.  ANY USE IS AT YOUR OWN RISK.
  Permission is hereby granted to use or copy this program for any
  purpose, provided the above notices are retained on all copies.
  Permission to modify the code and to distribute modified code is
  granted, provided the above notices are retained, and a notice that
  the code was modified is included with the above copyright notice.
 

Function Documentation

int scolumn_bmod ( const int  jcol,
const int  nseg,
float *  dense,
float *  tempv,
int *  segrep,
int *  repfnz,
int  fpanelc,
GlobalLU_t Glu,
SuperLUStat_t stat 
)
 Purpose:
 ========
 Performs numeric block updates (sup-col) in topological order.
 It features: col-col, 2cols-col, 3cols-col, and sup-col updates.
 Special processing on the supernodal portion of L[*,j]
 Return value:   0 - successful return
               > 0 - number of bytes allocated when run out of space
 

Here is the call graph for this function:

Here is the caller graph for this function:

void slsolve ( int  ldm,
int  ncol,
float *  M,
float *  rhs 
)

Solves a dense UNIT lower triangular system.

The unit lower triangular matrix is stored in a 2D array M(1:nrow,1:ncol). The solution will be returned in the rhs vector.

Here is the caller graph for this function:

void smatvec ( int  ldm,
int  nrow,
int  ncol,
float *  M,
float *  vec,
float *  Mxvec 
)

Performs a dense matrix-vector multiply: Mxvec = Mxvec + M * vec.

The input matrix is M(1:nrow,1:ncol); The product is returned in Mxvec[].

Here is the caller graph for this function:

void susolve ( int  ldm,
int  ncol,
float *  M,
float *  rhs 
)

Solves a dense upper triangular system.

The upper triangular matrix is stored in a 2-dim array M(1:ldm,1:ncol). The solution will be returned in the rhs vector.

Here is the caller graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 3 Jun 2020 for ModFEM by  doxygen 1.6.1