更改

跳到导航 跳到搜索
第151行: 第151行:  
Often peripheral sparse matrix algorithms need a starting vertex with a high eccentricity. A peripheral vertex would be perfect, but is often hard to calculate. In most circumstances a pseudo-peripheral vertex can be used.  A pseudo-peripheral vertex can easily be found with the following algorithm:
 
Often peripheral sparse matrix algorithms need a starting vertex with a high eccentricity. A peripheral vertex would be perfect, but is often hard to calculate. In most circumstances a pseudo-peripheral vertex can be used.  A pseudo-peripheral vertex can easily be found with the following algorithm:
   −
通常周边稀疏矩阵算法需要一个高偏心率的起始点。一个外围的顶点会是完美的,但往往是难以计算。在大多数情况下,可以使用伪周边顶点。通过以下算法,可以很容易地找到伪周边顶点:
+
通常周边稀疏矩阵算法需要一个高离心率的起始点。一个外围的顶点会是首选,但往往难以计算。在大多数情况下,可以使用伪周边顶点。通过以下算法,可以很容易地找到伪周边顶点:
      第165行: 第165行:  
Among all the vertices that are as far from <math>u</math> as possible, let <math>v</math> be one with minimal degree.
 
Among all the vertices that are as far from <math>u</math> as possible, let <math>v</math> be one with minimal degree.
   −
在所有尽可能远离<math>u</math>的顶点中,让<math>v</math>是一个最小度的顶点。
+
在所有尽可能远离<math>u</math>的顶点中,令<math>v</math>是一个最小度的顶点。
    
# If <math>\epsilon(v) > \epsilon(u)</math> then set <math>u=v</math> and repeat with step 2, else <math>u</math> is a pseudo-peripheral vertex.
 
# If <math>\epsilon(v) > \epsilon(u)</math> then set <math>u=v</math> and repeat with step 2, else <math>u</math> is a pseudo-peripheral vertex.
第171行: 第171行:  
If <math>\epsilon(v) > \epsilon(u)</math> then set <math>u=v</math> and repeat with step 2, else <math>u</math> is a pseudo-peripheral vertex.
 
If <math>\epsilon(v) > \epsilon(u)</math> then set <math>u=v</math> and repeat with step 2, else <math>u</math> is a pseudo-peripheral vertex.
   −
如果<math>\epsilon(v) > \epsilon(u)</math>然后设置 <math>u=v</math>并重复步骤2,否则 <math>u</math>是一个伪周边顶点。
+
如果<math>\epsilon(v) > \epsilon(u)</math>那么令 <math>u=v</math>并重复步骤2,否则 <math>u</math>是一个伪周边顶点。
 
  −
 
      
==See also 另请参见==
 
==See also 另请参见==
526

个编辑

导航菜单