Toolbox: indinf

Title: Indirect Influences for Graphs

Summary: Algorithms to calculate influences of graphs

Version: 1.55

Author: Jorge Catumba

Maintainer: Jorge Catumba <jorgerev90@gmail.com>

Category: Linear algebra
 Numerical Maths
 Graphs

Entity: U. Sergio Arboleda, Universidad Nacional de Colombia

WebSite: 

URL: http://atoms.scilab.org/toolboxes/indinf/1.55

License: GPL

ScilabVersion: >= 5.4

Depends: ~ spilu any

Date: 2012-05-25 06:12:27

Description: Algorithms to calculate indirect influences and others for matrices. The
 functions given with this package are:
  * polyexpm - Function that returns the exponential matrix of a polynomial
 matrix.
  * polylogm - Function that returns the logarithm matrix of a polynomial
 matrix.
  * micmac - Function that applies the MICMAC method to a direct influences
 matrix.
  * pagerank - Function that applies the PageRank method to a direct influences
 matrix.
  * pwp_method - Function that applies the PWP method to a direct influences
 matrix.
  * pwp_method_inv - Function that applies the inverse of the PWP method to a
 direct influences matrix.
  * heatkernel - Function that applies the Heat Kernel method to a direct
 influences matrix.
  * heatkernel_inv - Function that applies the inverse of the Heat Kernel mehtod
 to a direct influences matrix.
  * sum_matrix_blocks - Function that sums the blocks of a squared matrix.
  * part_adj_mat - Function that calculates the adjcacency matrix of a partition
 graph for a given graph.
 
 The repository of the code can be found in
 http://forge.scilab.org/index.php/p/indinf/

