The Artima Developer Community
Sponsored Link

Java Answers Forum
M x N dimensional array(concurrent)

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Neo

Posts: 1
Nickname: xneo1
Registered: Aug, 2004

M x N dimensional array(concurrent) Posted: Aug 2, 2004 8:46 AM
Reply to this message Reply
Advertisement
I want to write a program that will receive as input a single M×N dimensional matrix A with a large number of unsorted integer numbers. The program will have to produce an N-dimensional array B containing the average of the numbers in each row of A, i.e. Bi = (Ai1 + Ai2 + ? + AiN)/N, i = 1 ? M.

This should be implemented with threads and maybe synchronised function of Java should be used.

Can anyone help me or give me any code or link to find a similar program?

thank you guys

Topic: Java Applets... are they making a come back? Previous Topic   Next Topic Topic: java class to exe

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use